2 references to _rootSuffix
Roslyn.Test.Performance.Utilities (2)
VsPerfTest.cs (2)
81
var rootSuffixArg = $"/rootsuffix:{
_rootSuffix
}";
92
var args = $"{Path.Combine(TempDirectory, _testTemplateName)} -perf -host:vs -roslynonly -rootsuffix:{
_rootSuffix
}";