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)
775
get { return
_exception
; }
785
if (
_exception
!= null)
787
throw Fx.Exception.AsError(
_exception
);