1 write to _cancelRequested
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
358_cancelRequested = true;
1 reference to _cancelRequested
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
485_shutdownReason = (_cancelRequested || command.ShutdownAfterBuild) ? NodeEngineShutdownReason.BuildComplete : NodeEngineShutdownReason.BuildCompleteReuse;