3 instantiations of ProxyManager
System.ServiceModel (3)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (1)
75
IProxyManager proxyManager = new
ProxyManager
(serviceChannelBuilder);
System\ServiceModel\ComIntegration\ProxyBuilder.cs (1)
35
IProxyManager proxyManager = new
ProxyManager
(proxyCreator);
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
70
IProxyManager proxyManager = new
ProxyManager
(txProxyBuilder);