2 writes to s_environmentState
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (2)
616s_environmentState = currentState; 693s_environmentState = newState;
2 references to s_environmentState
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (2)
545EnvironmentState lastState = s_environmentState; 659FrozenDictionary<string, string> lastEnvironmentVariables = s_environmentState?.EnvironmentVariables;