6 references to EnvironmentVariableComparer
csc (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
528var environmentVariables = new Dictionary<string, string>(Environment.EnvironmentVariableComparer);
src\roslyn\src\Compilers\Shared\StandardBuildEnvironment.cs (1)
29var map = new Dictionary<string, string>(capacity: environmentVariables.Count, Environment.EnvironmentVariableComparer);
vbc (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
528var environmentVariables = new Dictionary<string, string>(Environment.EnvironmentVariableComparer);
src\roslyn\src\Compilers\Shared\StandardBuildEnvironment.cs (1)
29var map = new Dictionary<string, string>(capacity: environmentVariables.Count, Environment.EnvironmentVariableComparer);
VBCSCompiler (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
528var environmentVariables = new Dictionary<string, string>(Environment.EnvironmentVariableComparer);
src\roslyn\src\Compilers\Shared\StandardBuildEnvironment.cs (1)
29var map = new Dictionary<string, string>(capacity: environmentVariables.Count, Environment.EnvironmentVariableComparer);