3 references to CreateOuterProxyInstance
System.ServiceModel (3)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (1)
77IntPtr ppv = OuterProxyWrapper.CreateOuterProxyInstance(proxyManager, ref iid);
System\ServiceModel\ComIntegration\ProxyBuilder.cs (1)
37Marshal.WriteIntPtr(ppv, OuterProxyWrapper.CreateOuterProxyInstance(proxyManager, ref riid));
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
72return OuterProxyWrapper.CreateOuterProxyInstance(proxyManager, ref iid);