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