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