1 write to exception
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
361this.exception = exception;
2 references to exception
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
352if (this.exception != null) 353Complete(this.completedSynchronously, this.exception);