2 writes to _filePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostProject.cs (2)
131
=>
_filePath
= filePath;
198
_filePath
= filePath;
2 references to _filePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostProject.cs (2)
126
return
_filePath
;
251
_outputFilePath = GetTestOutputFilePath(
_filePath
);