1 write to s_transactionConnector
System.Transactions.Local (1)
System\Transactions\TransactionManager.cs (1)
418DtcProxyShimFactory.s_transactionConnector ??= new DtcProxyShimFactory.DtcTransactionConnector();
3 references to s_transactionConnector
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
76if (s_transactionConnector is null) 86s_transactionConnector.ConnectToProxyCore(this, nodeName, resourceManagerIdentifier, managedIdentifier, out nodeNameMatches, out whereabouts, out resourceManagerShim);
System\Transactions\TransactionManager.cs (1)
402get => DtcProxyShimFactory.s_transactionConnector is not null;