2 writes to _totalElementsCount
System.Formats.Nrbf (2)
System\Formats\Nrbf\BinaryArrayRecord.cs (2)
39
_totalElementsCount
= -1;
54
_totalElementsCount
= IsJagged
2 references to _totalElementsCount
System.Formats.Nrbf (2)
System\Formats\Nrbf\BinaryArrayRecord.cs (2)
52
if (
_totalElementsCount
< 0)
59
return
_totalElementsCount
;