6 references to ServiceChannelProxy
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
377return ServiceChannelProxy.CreateProxy<TChannel>(direction, serviceChannel); 386ServiceChannelProxy proxy = transparentProxy as ServiceChannelProxy;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
31TChannel proxy = DispatchProxy.Create<TChannel, ServiceChannelProxy>(); 37ServiceChannelProxy channelProxy = (ServiceChannelProxy)(object)proxy;