3 writes to ErrorProcessor
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
573
rpc.
ErrorProcessor
= this.processMessage8;
1456
rpc.
ErrorProcessor
= this.processMessageCleanupError;
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
100
this.
ErrorProcessor
= null;
5 references to ErrorProcessor
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1454
!object.ReferenceEquals(rpc.
ErrorProcessor
, this.processMessageCleanupError),
System\ServiceModel\Dispatcher\MessageRpc.cs (4)
444
MessageRpcProcessor handler = this.
ErrorProcessor
;
474
if (this.
ErrorProcessor
!= null)
476
this.
ErrorProcessor
(ref this);
489
return ((handler != this.
ErrorProcessor
) && this.ProcessError(e2));