1 write to exception
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
1027this.exception = item.Exception;
3 references to exception
System.ServiceModel.Internals (3)
System\Runtime\InputQueue.cs (3)
1025Fx.Assert(this.exception == null, "InputQueue.WaitQueueReader.Set: (this.exception == null)"); 1063if (this.exception != null) 1065throw Fx.Exception.AsError(this.exception);