1 write to s_mismatchedEnvironmentValues
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1140
s_mismatchedEnvironmentValues
= new Dictionary<string, KeyValuePair<string, string>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuild (9)
OutOfProcTaskHostNode.cs (9)
1016
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1021
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1079
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1084
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1132
if (
s_mismatchedEnvironmentValues
== null)
1148
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(null, oldValue);
1154
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);
1165
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, null);
1171
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);