1 write to _exception
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
1024_exception = item.Exception;
3 references to _exception
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (3)
1022Fx.Assert(_exception == null, "InputQueue.WaitQueueReader.Set: (this.exception == null)"); 1060if (_exception != null) 1062throw Fx.Exception.AsError(_exception);