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)
1022
Fx.Assert(
_exception
== null, "InputQueue.WaitQueueReader.Set: (this.exception == null)");
1060
if (
_exception
!= null)
1062
throw Fx.Exception.AsError(
_exception
);