2 writes to _isCompleted
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (2)
144_isCompleted = true; 150_isCompleted = true;
4 references to _isCompleted
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (4)
62_manualResetEvent = new ManualResetEvent(_isCompleted); 90return _isCompleted; 114if (_isCompleted) 365if (!asyncResult._isCompleted)