5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
615var 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); 994if (string.IsNullOrEmpty(fileInfo.FilePath))