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