1 write to _terminateEvent
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
118
_terminateEvent
= new ManualResetEvent(false);
8 references to _terminateEvent
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (8)
207
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Cancel already called");
228
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
245
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
270
_terminateEvent
.Set();
407
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
453
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
511
WaitHandle[] waitHandles = [
_terminateEvent
, responseEvent];
964
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];