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
)