1 write to Length
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\VBFixedStringAttribute.vb (1)
22Me.Length = Length
6 references to Length
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\StructUtils.vb (1)
196length = ma.Length
Microsoft\VisualBasic\CompilerServices\VB6File.vb (5)
136FixedStringLength = CType(attributeList(0), VBFixedStringAttribute).Length 171length = ma.Length 248If FixedStringAttribute.Length > 0 Then 249FixedStringLength = FixedStringAttribute.Length 275Dim length As Integer = ma.Length