1 write to _updateEnvironmentAndLog
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
900
_updateEnvironmentAndLog
= taskConfiguration.BuildProcessEnvironment.ContainsValueAndIsEqual("MSBuildTaskHostUpdateEnvironmentAndLog", "1", StringComparison.OrdinalIgnoreCase);
2 references to _updateEnvironmentAndLog
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1036
if (
_updateEnvironmentAndLog
)
1046
if (
_updateEnvironmentAndLog
)