16 references to IsYukonOrNewer
System.Data (16)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
551if(_parser.IsYukonOrNewer) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
5421bool yukonOrNewer = parser.IsYukonOrNewer; 5743bool yukonOrNewer = parser.IsYukonOrNewer;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
596return _parser.IsYukonOrNewer; 954if (!_parser.IsYukonOrNewer) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (9)
3378if (IsYukonOrNewer) { 4287if (IsYukonOrNewer) { 7772Debug.Assert(IsYukonOrNewer, "Should not be calling TdsExecuteTransactionManagerRequest on pre-Yukon clients for BeginTransaction!"); 7800Debug.Assert(IsYukonOrNewer, "Should not be calling TdsExecuteTransactionManagerRequest on pre-Yukon clients for PromoteTransaction!"); 7806Debug.Assert(IsYukonOrNewer, "Should not be calling TdsExecuteTransactionManagerRequest on pre-Yukon clients for CommitTransaction!"); 7818Debug.Assert(IsYukonOrNewer, "Should not be calling TdsExecuteTransactionManagerRequest on pre-Yukon clients for RollbackTransaction!"); 7830Debug.Assert(IsYukonOrNewer, "Should not be calling TdsExecuteTransactionManagerRequest on pre-Yukon clients for SaveTransaction!"); 8432if (maxsize == 0 && IsYukonOrNewer) { 9302if (IsYukonOrNewer) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
1120(_parser.IsYukonOrNewer && 2815if (_parser.IsYukonOrNewer && !_bulkCopyOpperationInProgress // ignore the condition checking for bulk copy (SQL BU 414551)