1 write to s_mismatchedEnvironmentValues
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1141
s_mismatchedEnvironmentValues
= new Dictionary<string, KeyValuePair<string, string>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuild (9)
OutOfProcTaskHostNode.cs (9)
1017
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1022
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1080
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1085
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1133
if (
s_mismatchedEnvironmentValues
== null)
1149
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(null, oldValue);
1155
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);
1166
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, null);
1172
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);