4 writes to Error
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
165
rpc.
Error
= null;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
339
rpc.
Error
= exception;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
80
this.
Error
= null;
312
this.
Error
= e;
9 references to Error
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
208
if (rpc.
Error
== null)
269
if ((rpc.
Error
== null))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (6)
28
Exception error = rpc.
Error
;
43
if (rpc.
Error
!= null)
58
this.ProvideFault(rpc.
Error
, rpc.Channel.GetProperty<FaultConverter>(), ref rpc.FaultInfo);
75
ProvideFaultOfLastResort(rpc.
Error
, ref rpc.FaultInfo);
154
if (rpc.
Error
!= null)
162
bool handled = HandleErrorCommon(rpc.
Error
, ref rpc.FaultInfo);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
319
return (this.
Error
== null);