1 write to _fullPath
Roslyn.Test.Performance.Utilities (1)
ScenarioGenerator.cs (1)
21
_fullPath
= Path.Combine(TestUtilities.GetCPCDirectoryPath(), "scenarios.xml");
5 references to _fullPath
Roslyn.Test.Performance.Utilities (5)
ScenarioGenerator.cs (5)
68
if (File.Exists(
_fullPath
))
70
Log($"deleting {
_fullPath
}");
71
File.Delete(
_fullPath
);
74
Log($"Writing scenarios.xml to {
_fullPath
}");
75
File.WriteAllLines(
_fullPath
, _buffer);