1 write to s_mismatchedEnvironmentValues
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
813s_mismatchedEnvironmentValues = new Dictionary<string, KeyValuePair<string, string?>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuildTaskHost (9)
OutOfProcTaskHostNode.cs (9)
697ErrorUtilities.VerifyThrowInternalNull(s_mismatchedEnvironmentValues, "mismatchedEnvironmentValues"); 702foreach (KeyValuePair<string, KeyValuePair<string, string?>> variable in s_mismatchedEnvironmentValues) 756ErrorUtilities.VerifyThrowInternalNull(s_mismatchedEnvironmentValues, "mismatchedEnvironmentValues"); 761foreach (KeyValuePair<string, KeyValuePair<string, string?>> variable in s_mismatchedEnvironmentValues) 805if (s_mismatchedEnvironmentValues == null) 820s_mismatchedEnvironmentValues[variable.Key] = new KeyValuePair<string, string?>(null!, oldValue); 824s_mismatchedEnvironmentValues[variable.Key] = new KeyValuePair<string, string?>(newValue!, oldValue); 833s_mismatchedEnvironmentValues[variable.Key] = new KeyValuePair<string, string?>(newValue!, null); 837s_mismatchedEnvironmentValues[variable.Key] = new KeyValuePair<string, string?>(newValue!, oldValue);