2 writes to unhandled
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
110this.unhandled = new DispatchOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction); 565this.unhandled = value;
6 references to unhandled
System.ServiceModel (6)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
111this.unhandled.InternalFormatter = MessageOperationFormatter.Instance; 112this.unhandled.InternalInvoker = new UnhandledActionInvoker(this); 554get { return this.unhandled; } 619return !(this.unhandled.Invoker is UnhandledActionInvoker); 673max = System.Math.Max(max, this.unhandled.CallContextInitializers.Count); 691max = System.Math.Max(max, this.unhandled.ParameterInspectors.Count);