1 write to s_mismatchedEnvironmentValues
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
1150
s_mismatchedEnvironmentValues
= new Dictionary<string, KeyValuePair<string, string>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuildTaskHost (9)
OutOfProcTaskHostNode.cs (9)
1026
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1031
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1089
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1094
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1142
if (
s_mismatchedEnvironmentValues
== null)
1158
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(null, oldValue);
1164
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);
1175
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, null);
1181
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);