1 write to _terminateEvent
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
116
_terminateEvent
= new ManualResetEvent(false);
8 references to _terminateEvent
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (8)
205
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Cancel already called");
226
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
243
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
268
_terminateEvent
.Set();
405
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
451
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
509
WaitHandle[] waitHandles = [
_terminateEvent
, responseEvent];
960
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];