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