1 write to comProxy
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
40
comProxy
= ComProxy.Create(outer, txProxy, null);
3 references to comProxy
System.ServiceModel (3)
System\ServiceModel\ComIntegration\TransactionProxy.cs (3)
38
if (
comProxy
== null)
41
return
comProxy
;
45
return
comProxy
.Clone();