1 write to ProxyShimFactory
System.Transactions.Local (1)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
368
ProxyShimFactory
= 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)
85
localProxyShimFactory =
ProxyShimFactory
;
108
Monitor.Enter(
ProxyShimFactory
);
125
lock (
ProxyShimFactory
)
336
Monitor.Exit(
ProxyShimFactory
);
348
Monitor.Exit(
ProxyShimFactory
);
366
if (
ProxyShimFactory
== null)