2 references to RoslynRootPathEnvVariableName
IdeBenchmarks (2)
InheritanceMargin\InheritanceMarginServiceBenchmarks.cs (1)
35
var roslynRoot = Environment.GetEnvironmentVariable(Program.
RoslynRootPathEnvVariableName
);
Program.cs (1)
34
Environment.SetEnvironmentVariable(
RoslynRootPathEnvVariableName
, GetRoslynRootLocation());