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