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