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