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