1 write to comProxy
System.ServiceModel (1)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (1)
38comProxy = ComProxy.Create(outer, moniker, moniker);
4 references to comProxy
System.ServiceModel (4)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (4)
32if (comProxy == null) 39return comProxy; 44if ((comProxy == null) && (moniker != null)) 50return comProxy.Clone();