4 writes to _isNull
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (4)
764_isNull = ((_value == null) || (_value == DBNull.Value) || ((_isSqlParameterSqlType) && (_valueAsINullable.IsNull))); 780_isNull = ((_value == null) || (_value == DBNull.Value) || ((_isSqlParameterSqlType) && (_valueAsINullable.IsNull))); 1062destination._isNull = _isNull; 1465_isNull = _sqlBufferReturnValue.IsNull;
5 references to _isNull
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (5)
782return _isNull; 827coercedSize = ((!_isNull) && (!_coercedValueIsDataFeed)) ? (StringSize(val, _coercedValueIsSqlType)) : 0; 840coercedSize = ((!_isNull) && (!_coercedValueIsDataFeed)) ? (StringSize(val, _coercedValueIsSqlType)) : 0; 851coercedSize = ((!_isNull) && (!_coercedValueIsDataFeed)) ? (BinarySize(val, _coercedValueIsSqlType)) : 0; 1062destination._isNull = _isNull;