2 writes to _unhandled
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
60
_unhandled
= new DispatchOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
219
_unhandled
= value;
4 references to _unhandled
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (4)
61
_unhandled
.InternalFormatter = MessageOperationFormatter.Instance;
62
_unhandled
.InternalInvoker = new UnhandledActionInvoker(this);
208
get { return
_unhandled
; }
281
max = System.Math.Max(max,
_unhandled
.ParameterInspectors.Count);