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); 208get { return _unhandled; } 281max = System.Math.Max(max, _unhandled.ParameterInspectors.Count);