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)
1110
if (oldAttributes.Name != newInfo.
Name
)
1112
newSolution = newSolution.WithDocumentName(documentId, newInfo.
Name
);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
471
var fileName = Path.ChangeExtension(info.
Name
, extension);