2 writes to FirstBound
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBFixedArrayAttribute.vb (2)
43Me.FirstBound = UpperBound1 53Me.FirstBound = UpperBound1
6 references to FirstBound
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (2)
146m_oFile.PutFixedArray(0, CType(vValue, System.Array), ElementType, FixedStringLength, attrFixedArray.FirstBound, attrFixedArray.SecondBound) 257Dim FirstBound As Integer = attr.FirstBound
Microsoft\VisualBasic\VBFixedArrayAttribute.vb (4)
21Return New Integer() {Me.FirstBound} 23Return New Integer() {Me.FirstBound, Me.SecondBound} 31Return (Me.FirstBound + 1) 33Return (Me.FirstBound + 1) * (Me.SecondBound + 1)