2 instantiations of DispatchOperationRuntime
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
54
DispatchOperationRuntime unhandled = new
DispatchOperationRuntime
(dispatch.UnhandledDispatchOperation, this);
60
DispatchOperationRuntime operationRuntime = new
DispatchOperationRuntime
(operation, this);
17 references to DispatchOperationRuntime
System.ServiceModel.Primitives (17)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
251
DispatchOperationRuntime
operation = dispatchBehavior.GetOperation(ref message);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
14
private static AsyncCallback s_invokeCallback = Fx.ThunkCallback(
DispatchOperationRuntime
.InvokeCallback);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
287
internal
DispatchOperationRuntime
GetOperation(ref Message message)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (12)
54
DispatchOperationRuntime
unhandled = new DispatchOperationRuntime(dispatch.UnhandledDispatchOperation, this);
60
DispatchOperationRuntime
operationRuntime = new DispatchOperationRuntime(operation, this);
456
internal
DispatchOperationRuntime
GetOperation(ref Message message)
463
DispatchOperationRuntime
GetOperation(ref Message request);
947
private
DispatchOperationRuntime
_unhandled;
954
internal void Add(string action,
DispatchOperationRuntime
operation)
958
DispatchOperationRuntime
existingOperation = (
DispatchOperationRuntime
)_map[action];
964
internal void SetUnhandled(
DispatchOperationRuntime
operation)
969
public
DispatchOperationRuntime
GetOperation(ref Message request)
976
DispatchOperationRuntime
operation = (
DispatchOperationRuntime
)_map[action];
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
42
internal
DispatchOperationRuntime
Operation;
61
internal MessageRpc(RequestContext requestContext, Message request,
DispatchOperationRuntime
operation,