5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
615
var filePath = fileInfo.
FilePath
;
Workspace\ProjectSystem\ProjectSystemProject.cs (4)
132
/// Map of the original dynamic file path to the <see cref="DynamicFileInfo.
FilePath
"/> that was associated with it.
140
/// The workspace snapshot will only have a document with <see cref="DynamicFileInfo.
FilePath
"/> (the value) but not the
978
_dynamicFilePathMaps.Add(dynamicFilePath, fileInfo?.
FilePath
);
994
if (string.IsNullOrEmpty(fileInfo.
FilePath
))