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