1 write to _updateEnvironmentAndLog
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1056
_updateEnvironmentAndLog
= taskConfiguration.BuildProcessEnvironment.ContainsValueAndIsEqual("MSBuildTaskHostUpdateEnvironmentAndLog", "1", StringComparison.OrdinalIgnoreCase);
2 references to _updateEnvironmentAndLog
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1198
if (
_updateEnvironmentAndLog
)
1208
if (
_updateEnvironmentAndLog
)