1 write to UnhandledDispatchOperation
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
179parent.UnhandledDispatchOperation = child;
4 references to UnhandledDispatchOperation
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\DispatcherBuilder.cs (3)
245if (dispatchOperation == null && dispatch.UnhandledDispatchOperation != null && dispatch.UnhandledDispatchOperation.Name == operation.Name) 247dispatchOperation = dispatch.UnhandledDispatchOperation;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
54DispatchOperationRuntime unhandled = new DispatchOperationRuntime(dispatch.UnhandledDispatchOperation, this);