1 write to _terminateEvent
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
117
_terminateEvent
= new ManualResetEvent(false);
8 references to _terminateEvent
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (8)
206
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Cancel already called");
227
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
244
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
269
_terminateEvent
.Set();
406
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
452
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
510
WaitHandle[] waitHandles = [
_terminateEvent
, responseEvent];
961
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];