1 write to _exception
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
1099_exception = item.Exception;
3 references to _exception
System.ServiceModel.Primitives (3)
Internals\System\Runtime\InputQueue.cs (3)
1097Fx.Assert(_exception == null, "InputQueue.WaitQueueReader.Set: (this.exception == null)"); 1134if (_exception != null) 1136throw Fx.Exception.AsError(_exception);