1 write to _updateEnvironmentAndLog
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1063
_updateEnvironmentAndLog
= taskConfiguration.BuildProcessEnvironment.ContainsValueAndIsEqual("MSBuildTaskHostUpdateEnvironmentAndLog", "1", StringComparison.OrdinalIgnoreCase);
2 references to _updateEnvironmentAndLog
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1205
if (
_updateEnvironmentAndLog
)
1215
if (
_updateEnvironmentAndLog
)