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