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