1 write to s_mismatchedEnvironmentValues
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
1166
s_mismatchedEnvironmentValues
= new Dictionary<string, KeyValuePair<string, string>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuildTaskHost (9)
OutOfProcTaskHostNode.cs (9)
1042
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1047
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1105
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1110
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1158
if (
s_mismatchedEnvironmentValues
== null)
1174
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(null, oldValue);
1180
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);
1191
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, null);
1197
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);