9 references to Char
Microsoft.VisualBasic.Core (9)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (7)
923Return VT.Char 1226m_bw.Write(VT.Char) 1407Case VT.Char 1904Case VT.Char '2 bytes 1929If vtype > VT.Variant AndAlso (vtype <> VT.Byte AndAlso vtype <> VT.Decimal AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then 2023Case VT.Char 2055If vtype > VT.Variant AndAlso (vtype <> VT.Byte AndAlso vtype <> VT.Decimal AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (2)
230vtype = VT.Char 270ElseIf vtype = VT.Char Then