5 references to Unspecified
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1058isoLevel = TdsEnums.TransactionManagerIsolationLevel.Unspecified;
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
7650TdsEnums.TransactionManagerIsolationLevel.Unspecified, 7688TdsEnums.TransactionManagerIsolationLevel.Unspecified, timeout, null, stateObj, true); 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!");