3 instantiations of DispatchOperation
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
152child = new DispatchOperation(parent, operation.Name, requestAction); 157child = new DispatchOperation(parent, operation.Name, requestAction, replyAction);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
60_unhandled = new DispatchOperation(this, "*", MessageHeaders.WildcardAction, MessageHeaders.WildcardAction);
18 references to DispatchOperation
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (1)
132void IOperationBehavior.ApplyDispatchBehavior(OperationDescription description, DispatchOperation dispatch)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
68void IOperationBehavior.ApplyDispatchBehavior(OperationDescription description, DispatchOperation dispatch) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
149DispatchOperation child = null; 241DispatchOperation dispatchOperation = null;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\IOperationBehavior.cs (1)
15void ApplyDispatchBehavior(OperationDescription operationDescription, DispatchOperation dispatchOperation);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TransactionFlowAttribute.cs (1)
71void IOperationBehavior.ApplyDispatchBehavior(OperationDescription description, DispatchOperation dispatch)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
129void IOperationBehavior.ApplyDispatchBehavior(OperationDescription description, DispatchOperation dispatch)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
111void IOperationBehavior.ApplyDispatchBehavior(OperationDescription description, DispatchOperation dispatch) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
34internal DispatchOperationRuntime(DispatchOperation operation, ImmutableDispatchRuntime parent)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (7)
34private DispatchOperation _unhandled; 175public SynchronizedKeyedCollection<string, DispatchOperation> Operations 206public DispatchOperation UnhandledDispatchOperation 474internal class OperationCollection : SynchronizedKeyedCollection<string, DispatchOperation> 490protected override string GetKeyForItem(DispatchOperation item) 495protected override void InsertItem(int index, DispatchOperation item) 516protected override void SetItem(int index, DispatchOperation item)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
65DispatchOperation operation = dispatch.Operations[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (1)
24void IOperationBehavior.ApplyDispatchBehavior(OperationDescription description, DispatchOperation dispatch)