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