1 reference to BinarySize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
851coercedSize = ((!_isNull) && (!_coercedValueIsDataFeed)) ? (BinarySize(val, _coercedValueIsSqlType)) : 0;