2 references to EnsureGetDispatcher
System.ServiceModel (2)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
201ChannelDispatcher channelDispatcher = mex.EnsureGetDispatcher(address, true /* isServiceDebugBehavior */);
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
239ChannelDispatcher channelDispatcher = mex.EnsureGetDispatcher(address, false /* isServiceDebugBehavior */);