3 references to Distributed
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
520TransactionType transactionType = (isDistributed) ? TransactionType.Distributed : TransactionType.LocalFromTSQL;
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (1)
128bool result = (TransactionType.Distributed == _transactionType);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2092TransactionType transactionType = (TdsEnums.ENV_BEGINTRAN == env[ii].type) ? TransactionType.LocalFromTSQL : TransactionType.Distributed;