16 references to EndpointDispatcher
System.ServiceModel (14)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
70
: this(dispatchRuntime.
EndpointDispatcher
.ContractName,
71
dispatchRuntime.
EndpointDispatcher
.ContractNamespace,
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (12)
909
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.ContractName,
910
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.EndpointAddress));
1033
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.ContractName,
1034
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.EndpointAddress));
1067
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.ContractName,
1068
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.EndpointAddress));
1101
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.ContractName,
1102
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.EndpointAddress));
1135
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.ContractName,
1136
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.EndpointAddress));
1172
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.ContractName,
1173
rpc.Channel.DispatchRuntime.
EndpointDispatcher
.EndpointAddress));
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\ControlOperationBehavior.cs (1)
46
if (endpointToMatch.Id == dispatchOperation.Parent.
EndpointDispatcher
.Id)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
82
if (endpointToMatch.Id == dispatchOperation.Parent.
EndpointDispatcher
.Id)