2 writes to _isCompleted
Extensibility.MessageInterceptor.IntegrationTests (2)
AsyncResult.cs (2)
102
this.
_isCompleted
= true;
108
this.
_isCompleted
= true;
4 references to _isCompleted
Extensibility.MessageInterceptor.IntegrationTests (4)
AsyncResult.cs (4)
53
_manualResetEvent = new ManualResetEvent(
_isCompleted
);
73
return
_isCompleted
;
89
if (
_isCompleted
)
155
if (!asyncResult.
_isCompleted
)