6 references to TrySkipPlpValue
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
1630
if (!_parser.
TrySkipPlpValue
((ulong) cb, _stateObj, out skipped)) {
3637
if (!_stateObj.Parser.
TrySkipPlpValue
(UInt64.MaxValue, _stateObj, out ignored)) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
3801
if (!
TrySkipPlpValue
(UInt64.MaxValue, stateObj, out ignored)) {
4917
if (!
TrySkipPlpValue
(UInt64.MaxValue, stateObj, out ignored)) {
11317
bool result =
TrySkipPlpValue
(cb, stateObj, out skipped);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
1611
if (!_parser.
TrySkipPlpValue
((ulong)length, this, out ignored)) {