3 writes to ErrorProcessor
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
202
rpc.
ErrorProcessor
= _processMessage8;
697
rpc.
ErrorProcessor
= _processMessageCleanupError;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
81
this.
ErrorProcessor
= null;
5 references to ErrorProcessor
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
695
!object.ReferenceEquals(rpc.
ErrorProcessor
, _processMessageCleanupError),
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (4)
295
MessageRpcProcessor handler = this.
ErrorProcessor
;
314
if (this.
ErrorProcessor
!= null)
316
this.
ErrorProcessor
(ref this);
329
return ((handler != this.
ErrorProcessor
) && this.ProcessError(e2));