1 write to _terminateEvent
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
119
_terminateEvent
= new ManualResetEvent(false);
8 references to _terminateEvent
Microsoft.Build (8)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (8)
208
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Cancel already called");
229
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
246
ErrorUtilities.VerifyThrow(!
_terminateEvent
.WaitOne(0), "Request already terminated");
271
_terminateEvent
.Set();
408
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
454
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];
512
WaitHandle[] waitHandles = [
_terminateEvent
, responseEvent];
965
WaitHandle[] handles = [
_terminateEvent
, _continueEvent];