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