1 write to s_mismatchedEnvironmentValues
MSBuildTaskHost (1)
OutOfProcTaskHostNode.cs (1)
813
s_mismatchedEnvironmentValues
= new Dictionary<string, KeyValuePair<string, string?>>(StringComparer.OrdinalIgnoreCase);
9 references to s_mismatchedEnvironmentValues
MSBuildTaskHost (9)
OutOfProcTaskHostNode.cs (9)
697
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
702
foreach (KeyValuePair<string, KeyValuePair<string, string?>> variable in
s_mismatchedEnvironmentValues
)
756
ErrorUtilities.VerifyThrowInternalNull(
s_mismatchedEnvironmentValues
, "mismatchedEnvironmentValues");
761
foreach (KeyValuePair<string, KeyValuePair<string, string?>> variable in
s_mismatchedEnvironmentValues
)
805
if (
s_mismatchedEnvironmentValues
== null)
820
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string?>(null!, oldValue);
824
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string?>(newValue!, oldValue);
833
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string?>(newValue!, null);
837
s_mismatchedEnvironmentValues
[variable.Key] = new KeyValuePair<string, string?>(newValue!, oldValue);