1 write to ProxyShimFactory
System.Transactions.Local (1)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
368ProxyShimFactory = new DtcProxyShimFactory(ShimWaitHandle);
7 references to ProxyShimFactory
System.Transactions.Local (7)
System\Transactions\Oletx\DtcTransactionManager.cs (1)
22_proxyShimFactory = OletxTransactionManager.ProxyShimFactory;
System\Transactions\Oletx\OletxTransactionManager.cs (6)
85localProxyShimFactory = ProxyShimFactory; 108Monitor.Enter(ProxyShimFactory); 125lock (ProxyShimFactory) 336Monitor.Exit(ProxyShimFactory); 348Monitor.Exit(ProxyShimFactory); 366if (ProxyShimFactory == null)