14 references to RoslynRootPathEnvVariableName
IdeCoreBenchmarks (14)
ClassificationBenchmarks.cs (2)
46
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
56
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
CSharpIdeAnalyzerBenchmarks.cs (1)
37
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
FindReferencesBenchmarks.cs (2)
43
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
53
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
FormatterBenchmarks.cs (1)
30
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
IncrementalAnalyzerBenchmarks.cs (1)
35
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
IncrementalSourceGeneratorBenchmarks.cs (2)
52
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
62
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
NavigateToBenchmarks.cs (2)
49
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
59
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
Program.cs (1)
42
Environment.SetEnvironmentVariable(
RoslynRootPathEnvVariableName
, GetRoslynRootLocation());
RenameBenchmarks.cs (1)
28
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
SyntacticChangeRangeBenchmark.cs (1)
32
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);