2 instantiations of EnvironmentState
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
236new(table.ToFrozenDictionary(EnvironmentVariableComparer), stringBlock.ToArray()); 317EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));
3 references to EnvironmentState
Microsoft.Build.Framework (3)
BackEnd\CommunicationsUtilities.cs (3)
79private static EnvironmentState? s_environmentState; 235EnvironmentState currentState = 317EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));