1 write to _csFilePath
IdeCoreBenchmarks (1)
RenameBenchmarks.cs (1)
29
_csFilePath
= Path.Combine(roslynRoot, @"src\Compilers\CSharp\Portable\Generated\BoundNodes.xml.Generated.cs");
2 references to _csFilePath
IdeCoreBenchmarks (2)
RenameBenchmarks.cs (2)
31
if (!File.Exists(
_csFilePath
))
45
.AddDocument(documentId, "DocumentName", File.ReadAllText(
_csFilePath
));