1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\SourceFiles\DynamicFileInfo.cs (1)
17
FilePath
= filePath;
5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
581
var 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
);
821
if (string.IsNullOrEmpty(fileInfo.
FilePath
))