1 write to IsGlobalTransactionsEnabledForServer
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2621
IsGlobalTransactionsEnabledForServer
= true;
1 reference to IsGlobalTransactionsEnabledForServer
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
175
if(!_connection.
IsGlobalTransactionsEnabledForServer
) {