10 references to Name
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspace.SolutionCreator.cs (3)
578if (document.State.Attributes.Name != newDocumentInfo.Name) 579document = document.Project.Solution.WithDocumentName(document.Id, newDocumentInfo.Name).GetRequiredDocument(document.Id);
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Solution\DocumentInfo.cs (5)
31public string Name => Attributes.Name; 205var newName = name ?? Name; 213newName == Name && 230=> FilePath ?? (SourceCodeKind == SourceCodeKind.Regular ? Name : ""); 236writer.WriteString(Name);
Workspace\Solution\TextDocumentState.cs (1)
51public string Name => Attributes.Name;
Workspace\Workspace.cs (1)
1142if (oldAttributes.Name != newInfo.Name)