3 references to ComProxy
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComProxy.cs (2)
28return new ComProxy(inner, disp); 76return new ComProxy(inner, null);
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
49comProxy = new ComProxy(inner, proxy);