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