3 writes to ErrorProcessor
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
202rpc.ErrorProcessor = _processMessage8; 697rpc.ErrorProcessor = _processMessageCleanupError;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
81this.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)
295MessageRpcProcessor handler = this.ErrorProcessor; 314if (this.ErrorProcessor != null) 316this.ErrorProcessor(ref this); 329return ((handler != this.ErrorProcessor) && this.ProcessError(e2));