15 references to VBFixedStringAttribute
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
75[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.VBFixedStringAttribute))]
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\CompilerServices\StructUtils.vb (3)
184Dim attributeList As Object() = field_info.GetCustomAttributes(GetType(VBFixedStringAttribute), False) 191Dim ma As VBFixedStringAttribute 194ma = CType(attributeList(0), VBFixedStringAttribute)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (11)
132attributeList = field_info.GetCustomAttributes(GetType(VBFixedStringAttribute), False) 136FixedStringLength = CType(attributeList(0), VBFixedStringAttribute).Length 161Dim attributeList As Object() = field_info.GetCustomAttributes(GetType(VBFixedStringAttribute), False) 167Dim ma As VBFixedStringAttribute 170ma = CType(attributeList(0), VBFixedStringAttribute) 245Dim FixedStringAttributeList As Object() = field_info.GetCustomAttributes(GetType(VBFixedStringAttribute), False) 247Dim FixedStringAttribute As VBFixedStringAttribute = CType(FixedStringAttributeList(0), VBFixedStringAttribute) 268Dim attributeList As Object() = field_info.GetCustomAttributes(GetType(VBFixedStringAttribute), False) 274Dim ma As VBFixedStringAttribute = CType(attributeList(0), VBFixedStringAttribute)