2 writes to _unhandled
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
50_unhandled = new DispatchOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction); 211_unhandled = value;
4 references to _unhandled
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (4)
51_unhandled.InternalFormatter = MessageOperationFormatter.Instance; 52_unhandled.InternalInvoker = new UnhandledActionInvoker(this); 200get { return _unhandled; } 273max = System.Math.Max(max, _unhandled.ParameterInspectors.Count);