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