2 writes to s_environmentState
Microsoft.Build.Framework (2)
CommunicationsUtilities.cs (2)
186s_environmentState = currentState; 263s_environmentState = newState;
2 references to s_environmentState
Microsoft.Build.Framework (2)
CommunicationsUtilities.cs (2)
115EnvironmentState lastState = s_environmentState; 229FrozenDictionary<string, string> lastEnvironmentVariables = s_environmentState?.EnvironmentVariables;