3 writes to ErrorProcessor
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
573rpc.ErrorProcessor = this.processMessage8; 1456rpc.ErrorProcessor = this.processMessageCleanupError;
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
100this.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)
444MessageRpcProcessor handler = this.ErrorProcessor; 474if (this.ErrorProcessor != null) 476this.ErrorProcessor(ref this); 489return ((handler != this.ErrorProcessor) && this.ProcessError(e2));