3 instantiations of DispatchOperationRuntime
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
102DispatchOperationRuntime unhandled = new DispatchOperationRuntime(dispatch.UnhandledDispatchOperation, this); 110DispatchOperationRuntime operationRuntime = new DispatchOperationRuntime(operation, this); 123DispatchOperationRuntime operationRuntime = new DispatchOperationRuntime(operation, this);
29 references to DispatchOperationRuntime
System.ServiceModel (29)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
509internal static void TraceImpersonationSucceeded(EventTraceActivity eventTraceActivity, DispatchOperationRuntime operation) 521internal static void TraceImpersonationFailed(EventTraceActivity eventTraceActivity, DispatchOperationRuntime operation, Exception e) 1342private DispatchOperationRuntime operation; 1344internal ImpersonationTraceRecord(DispatchOperationRuntime operation)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
424DispatchOperationRuntime operation = dispatchBehavior.GetOperation(ref message);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
25static AsyncCallback invokeCallback = Fx.ThunkCallback(new AsyncCallback(DispatchOperationRuntime.InvokeCallback));
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
713internal DispatchOperationRuntime GetOperation(ref Message message)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (20)
102DispatchOperationRuntime unhandled = new DispatchOperationRuntime(dispatch.UnhandledDispatchOperation, this); 110DispatchOperationRuntime operationRuntime = new DispatchOperationRuntime(operation, this); 123DispatchOperationRuntime operationRuntime = new DispatchOperationRuntime(operation, this); 876internal DispatchOperationRuntime GetOperation(ref Message message) 1735DispatchOperationRuntime GetOperation(ref Message request); 1741DispatchOperationRuntime unhandled; 1748internal void Add(string action, DispatchOperationRuntime operation) 1752DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)map[action]; 1758internal void SetUnhandled(DispatchOperationRuntime operation) 1763public DispatchOperationRuntime GetOperation(ref Message request) 1770DispatchOperationRuntime operation = (DispatchOperationRuntime)this.map[action]; 1782Dictionary<string, DispatchOperationRuntime> map; 1784DispatchOperationRuntime unhandled; 1789this.map = new Dictionary<string, DispatchOperationRuntime>(); 1792internal void Add(string name, DispatchOperationRuntime operation) 1797internal void SetUnhandled(DispatchOperationRuntime operation) 1802public DispatchOperationRuntime GetOperation(ref Message request) 1818DispatchOperationRuntime operation = null;
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
53internal DispatchOperationRuntime Operation; 81internal MessageRpc(RequestContext requestContext, Message request, DispatchOperationRuntime operation,