4 references to WillHaveEnoughData
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (4)
4212
if ((!_haltRead) && ((!_sharedState._dataReady) || (
WillHaveEnoughData
(_metaData.Length - 1)))) {
4236
else if (
WillHaveEnoughData
(_metaData.Length - 1)) {
4360
if (
WillHaveEnoughData
(i, headerOnly: true)) {
4462
if (
WillHaveEnoughData
(i)) {