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