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