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