5 implementations of CreateProxy
System.ServiceModel (5)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
501ComProxy IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (1)
23ComProxy IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
28ComProxy IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
292ComProxy IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
341ComProxy IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
1 reference to CreateProxy
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
55return proxyCreator.CreateProxy(outerProxy, ref riid);