2 instantiations of DispatchOperationRuntime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
60
DispatchOperationRuntime unhandled = new
DispatchOperationRuntime
(dispatch.UnhandledDispatchOperation, this);
66
DispatchOperationRuntime operationRuntime = new
DispatchOperationRuntime
(operation, this);
17 references to DispatchOperationRuntime
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
264
DispatchOperationRuntime
operation = dispatchBehavior.GetOperation(ref message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
19
private static AsyncCallback s_invokeCallback = Fx.ThunkCallback(
DispatchOperationRuntime
.InvokeCallback);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
298
internal
DispatchOperationRuntime
GetOperation(ref Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (12)
60
DispatchOperationRuntime
unhandled = new DispatchOperationRuntime(dispatch.UnhandledDispatchOperation, this);
66
DispatchOperationRuntime
operationRuntime = new DispatchOperationRuntime(operation, this);
388
internal
DispatchOperationRuntime
GetOperation(ref Message message)
395
DispatchOperationRuntime
GetOperation(ref Message request);
864
private
DispatchOperationRuntime
_unhandled;
871
internal void Add(string action,
DispatchOperationRuntime
operation)
875
DispatchOperationRuntime
existingOperation = (
DispatchOperationRuntime
)_map[action];
881
internal void SetUnhandled(
DispatchOperationRuntime
operation)
886
public
DispatchOperationRuntime
GetOperation(ref Message request)
893
DispatchOperationRuntime
operation = (
DispatchOperationRuntime
)_map[action];
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
43
internal
DispatchOperationRuntime
Operation;
65
internal MessageRpc(RequestContext requestContext, Message request,
DispatchOperationRuntime
operation,