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