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