1 write to _internalSize
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
593
_internalSize
= _internalShouldSerializeSize ? Size : ValueSize(_internalValue);
12 references to _internalSize
System.Data.Odbc (12)
System\Data\Odbc\OdbcParameter.cs (12)
333
cch =
_internalSize
;
349
if ((0 != (ParameterDirection.Output & _internalDirection)) && (0x3fffffff <=
_internalSize
))
376
if ((0 != (ParameterDirection.Output & _internalDirection)) && (0x3fffffff <=
_internalSize
))
391
if ((0 != (ParameterDirection.Output & _internalDirection)) && (0x3fffffff <=
_internalSize
))
410
Debug.Assert((0 <= cch) && (cch < 0x3fffffff), $"GetColumnSize: cch = {cch} out of range, _internalShouldSerializeSize = {_internalShouldSerializeSize}, _internalSize = {
_internalSize
}");
446
if (_internalShouldSerializeSize && (
_internalSize
>= 0) && (
_internalSize
< cch) && (_bindtype == _originalbindtype))
448
cch =
_internalSize
;
455
Debug.Assert((0 <= cch) && (cch < 0x3fffffff), $"GetValueSize: cch = {cch} out of range, _internalShouldSerializeSize = {_internalShouldSerializeSize}, _internalSize = {
_internalSize
}");
472
ccb =
_internalSize
;
506
if ((0 != (ParameterDirection.Output & _internalDirection)) && (0x3fffffff <=
_internalSize
))
630
int size =
_internalSize
;