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