1 write to _exception
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
97_exception = exception;
4 references to _exception
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (4)
36if (_exception != null) 38throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_exception); 84if (_exception != null) 86Complete(_completedSynchronously, _exception);