2 writes to s_environmentState
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
237s_environmentState = currentState; 318s_environmentState = newState;
2 references to s_environmentState
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
167if (s_environmentState is { } lastState && lastState.EnvironmentBlock.Span.SequenceEqual(stringBlock)) 283if (s_environmentState?.EnvironmentVariables is { } lastEnvironmentVariables &&