2 writes to SecondBound
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBFixedArrayAttribute.vb (2)
44Me.SecondBound = -1 54Me.SecondBound = UpperBound2
6 references to SecondBound
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (2)
146m_oFile.PutFixedArray(0, CType(vValue, System.Array), ElementType, FixedStringLength, attrFixedArray.FirstBound, attrFixedArray.SecondBound) 258Dim SecondBound As Integer = attr.SecondBound
Microsoft\VisualBasic\VBFixedArrayAttribute.vb (4)
20If Me.SecondBound = -1 Then 23Return New Integer() {Me.FirstBound, Me.SecondBound} 30If Me.SecondBound = -1 Then 33Return (Me.FirstBound + 1) * (Me.SecondBound + 1)