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)
68if (File.Exists(_fullPath)) 70Log($"deleting {_fullPath}"); 71File.Delete(_fullPath); 74Log($"Writing scenarios.xml to {_fullPath}"); 75File.WriteAllLines(_fullPath, _buffer);