2 writes to s_environmentState
Microsoft.Build (2)
CommunicationsUtilities.cs (2)
556s_environmentState = currentState; 637s_environmentState = newState;
2 references to s_environmentState
Microsoft.Build (2)
CommunicationsUtilities.cs (2)
475EnvironmentState lastState = s_environmentState; 603FrozenDictionary<string, string> lastEnvironmentVariables = s_environmentState?.EnvironmentVariables;