15 references to RoslynRootPathEnvVariableName
IdeCoreBenchmarks (15)
ClassificationBenchmarks.cs (2)
48
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
67
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
CSharpIdeAnalyzerBenchmarks.cs (1)
37
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
FindReferencesBenchmarks.cs (2)
45
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
64
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)
54
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
73
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
NavigateToBenchmarks.cs (2)
51
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
70
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
Program.cs (1)
42
Environment.SetEnvironmentVariable(
RoslynRootPathEnvVariableName
, GetRoslynRootLocation());
RenameBenchmarks.cs (1)
28
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
SerializationBenchmarks.cs (1)
29
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
SyntacticChangeRangeBenchmark.cs (1)
32
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);