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