2 references to EnvironmentVariableComparer
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (2)
681Dictionary<string, string> table = new(vars.Count, EnvironmentVariableComparer); 692EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));