1 write to _filePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextLoader.cs (1)
235
_filePath
= filePath;
2 references to _filePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextLoader.cs (2)
239
=>
_filePath
;
245
=> TextAndVersion.Create(_container.CurrentText, _version,
_filePath
);