2 instantiations of EnvironmentState
Microsoft.Build.Framework (2)
CommunicationsUtilities.cs (2)
185new(table.ToFrozenDictionary(StringComparer.OrdinalIgnoreCase), stringBlock.ToArray()); 262EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));
4 references to EnvironmentState
Microsoft.Build.Framework (4)
CommunicationsUtilities.cs (4)
30private static EnvironmentState s_environmentState; 115EnvironmentState lastState = s_environmentState; 184EnvironmentState currentState = 262EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));