1 write to _exception
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
22_exception = exception;
2 references to _exception
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingChannelBase.cs (2)
41protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => throw _exception; 45protected override void OnClose(TimeSpan timeout) => throw _exception;