14 references to RoslynRootPathEnvVariableName
IdeCoreBenchmarks (14)
ClassificationBenchmarks.cs (2)
44
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
54
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
CSharpIdeAnalyzerBenchmarks.cs (1)
36
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)
29
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
IncrementalAnalyzerBenchmarks.cs (1)
35
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
IncrementalSourceGeneratorBenchmarks.cs (2)
46
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
56
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
NavigateToBenchmarks.cs (2)
47
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
57
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
Program.cs (1)
42
Environment.SetEnvironmentVariable(
RoslynRootPathEnvVariableName
, GetRoslynRootLocation());
RenameBenchmarks.cs (1)
27
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
SyntacticChangeRangeBenchmark.cs (1)
32
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);