6 references to Name
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\ProjectInfo.cs (5)
37public string Name => Attributes.Name; 529var match = s_projectNameAndFlavor.Match(@this.Name); 552var newName = name ?? Name; 568newName == Name && 611writer.WriteString(Name);
Workspace\Solution\SolutionCompilationState.cs (1)
578WithProjectName(projectId, attributes.Name)