1 instantiation of EnvironmentState
Microsoft.Build.Framework (1)
BackEnd\CommunicationsUtilities.cs (1)
305EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));
2 references to EnvironmentState
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
84private static EnvironmentState? s_environmentState; 305EnvironmentState newState = new(table.ToFrozenDictionary(EnvironmentVariableComparer));