2 instantiations of EnvironmentState
MSBuild (2)
CommunicationsUtilities.cs (2)
442new(table.ToFrozenDictionary(StringComparer.OrdinalIgnoreCase), stringBlock.ToArray()); 523EnvironmentState newState = new(table.ToFrozenDictionary(StringComparer.OrdinalIgnoreCase));
4 references to EnvironmentState
MSBuild (4)
CommunicationsUtilities.cs (4)
255private static EnvironmentState s_environmentState; 362EnvironmentState lastState = s_environmentState; 441EnvironmentState currentState = 523EnvironmentState newState = new(table.ToFrozenDictionary(StringComparer.OrdinalIgnoreCase));