2 writes to s_environmentState
Microsoft.Build (2)
CommunicationsUtilities.cs (2)
443s_environmentState = currentState; 524s_environmentState = newState;
2 references to s_environmentState
Microsoft.Build (2)
CommunicationsUtilities.cs (2)
362EnvironmentState lastState = s_environmentState; 490FrozenDictionary<string, string> lastEnvironmentVariables = s_environmentState?.EnvironmentVariables;