10 references to TryReadPlpLength
System.Data (10)
fx\src\data\System\Data\SqlClient\TdsParser.cs (7)
6751
return stateObj.
TryReadPlpLength
(true, out length);
11182
if (!stateObj.
TryReadPlpLength
(false, out ignored)) {
11220
if (!stateObj.
TryReadPlpLength
(false, out ignored)) {
11238
if (!stateObj.
TryReadPlpLength
(false, out ignored)) {
11329
if (!stateObj.
TryReadPlpLength
(false, out ignored)) {
11350
if (!stateObj.
TryReadPlpLength
(false, out ignored)) {
11368
if (!stateObj.
TryReadPlpLength
(false, out left)) {
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (3)
1671
bool result =
TryReadPlpLength
(returnPlpNullIfNull, out value);
1778
if (!
TryReadPlpLength
(false, out ignored)) {
1816
if (!
TryReadPlpLength
(false, out ignored)) {