1 write to Name
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentInfo.cs (1)
200
Name
= name;
10 references to Name
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteWorkspace.SolutionCreator.cs (2)
478
Contract.ThrowIfFalse(document.State.Attributes.
Name
== newDocumentInfo.
Name
);
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\DocumentInfo.cs (5)
33
public string Name => Attributes.
Name
;
218
var newName = name ??
Name
;
226
newName ==
Name
&&
243
=> FilePath ?? (SourceCodeKind == SourceCodeKind.Regular ?
Name
: "");
251
writer.WriteString(
Name
);
Workspace\Solution\SolutionState.cs (1)
1218
if (oldDocument.Attributes.
Name
== name)
Workspace\Solution\TextDocumentState.cs (1)
72
public string Name => Attributes.
Name
;
Workspace\Workspace.cs (1)
891
if (oldAttributes.
Name
!= newInfo.Name)