5 references to Name
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\DocumentInfo.cs (2)
142=> (FilePath == null) ? (nameof(Name) + " = " + Name) : (nameof(FilePath) + " = " + FilePath);
Workspace\Workspace.cs (2)
1110if (oldAttributes.Name != newInfo.Name) 1112newSolution = newSolution.WithDocumentName(documentId, newInfo.Name);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
471var fileName = Path.ChangeExtension(info.Name, extension);