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)
41
protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => throw
_exception
;
45
protected override void OnClose(TimeSpan timeout) => throw
_exception
;