1 write to s_mismatchedEnvironmentValues
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1692
s_mismatchedEnvironmentValues
= new Dictionary<string, KeyValuePair<string, string>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuild (9)
OutOfProcTaskHostNode.cs (9)
1568
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1573
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1631
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
1636
foreach (KeyValuePair<string, KeyValuePair<string, string>> variable in
s_mismatchedEnvironmentValues
)
1684
if (
s_mismatchedEnvironmentValues
== null)
1700
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(null, oldValue);
1706
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);
1717
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, null);
1723
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string>(newValue, oldValue);