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)
53_manualResetEvent = new ManualResetEvent(_isCompleted); 73return _isCompleted; 89if (_isCompleted) 155if (!asyncResult._isCompleted)