15 references to DispatchRuntime
System.ServiceModel (15)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1824DispatchRuntime behavior = this.DispatchRuntime;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
601this.requestInfo.DispatchRuntime = this.requestInfo.Channel.DispatchRuntime;
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\Dispatcher\MessageRpc.cs (1)
130this.isInstanceContextSingleton = InstanceContextProviderBase.IsProviderSingleton(this.Channel.DispatchRuntime.InstanceContextProvider);