13 references to TransactionManagerIsolationLevel
System.Data (13)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (8)
1054
TdsEnums.
TransactionManagerIsolationLevel
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.ReadCommitted;
1058
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.Unspecified;
1061
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.ReadCommitted;
1064
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.ReadUncommitted;
1067
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.RepeatableRead;
1070
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.Serializable;
1073
isoLevel = TdsEnums.
TransactionManagerIsolationLevel
.Snapshot;
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7650
TdsEnums.
TransactionManagerIsolationLevel
.Unspecified,
7688
TdsEnums.
TransactionManagerIsolationLevel
.Unspecified, timeout, null, stateObj, true);
7695
TdsEnums.
TransactionManagerIsolationLevel
isoLevel,
7813
Debug.Assert(isoLevel == TdsEnums.
TransactionManagerIsolationLevel
.Unspecified, "Should not have isolation level other than unspecified on Commit!");
7825
Debug.Assert(isoLevel == TdsEnums.
TransactionManagerIsolationLevel
.Unspecified, "Should not have isolation level other than unspecified on Commit!");