3 references to IsNullCompressionBitSet
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
3585if (!_stateObj.IsNullCompressionBitSet(currentColumn)) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
4630if (stateObj.IsNullCompressionBitSet(columnOrdinal)) { 4911if (stateObj.IsNullCompressionBitSet(columnOrdinal)) {