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