7 references to Name
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Solution\DocumentInfo.cs (5)
31
public string Name => Attributes.
Name
;
205
var newName = name ??
Name
;
213
newName ==
Name
&&
230
=> FilePath ?? (SourceCodeKind == SourceCodeKind.Regular ?
Name
: "");
236
writer.WriteString(
Name
);
Workspace\Solution\TextDocumentState.cs (1)
51
public string Name => Attributes.
Name
;
Workspace\Workspace.cs (1)
1142
if (oldAttributes.
Name
!= newInfo.Name)