2 instantiations of EnvironmentState
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (2)
615new(table.ToFrozenDictionary(StringComparer.OrdinalIgnoreCase), stringBlock.ToArray()); 692EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));
4 references to EnvironmentState
Microsoft.Build.Tasks.Core (4)
CommunicationsUtilities.cs (4)
440private static EnvironmentState s_environmentState; 545EnvironmentState lastState = s_environmentState; 614EnvironmentState currentState = 692EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));