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