1 write to _exception
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
764_exception = exception;
3 references to _exception
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (3)
775get { return _exception; } 785if (_exception != null) 787throw Fx.Exception.AsError(_exception);