1 write to _updateEnvironment
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1055
_updateEnvironment
= !taskConfiguration.BuildProcessEnvironment.ContainsValueAndIsEqual("MSBuildTaskHostDoNotUpdateEnvironment", "1", StringComparison.OrdinalIgnoreCase);
3 references to _updateEnvironment
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
1065
if (
_updateEnvironment
)
1181
if (
_updateEnvironment
)
1244
if (
_updateEnvironment
)