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