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