10 references to Byte
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (8)
921
Return VT.
Byte
1208
m_bw.Write(VT.
Byte
)
1405
Case VT.
Byte
1791
Case VT.
Byte
'1 byte
1929
If vtype > VT.Variant AndAlso (vtype <> VT.
Byte
AndAlso vtype <> VT.Decimal AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then
1986
Case VT.
Byte
'1 byte
2055
If vtype > VT.Variant AndAlso (vtype <> VT.
Byte
AndAlso vtype <> VT.Decimal AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then
2080
Case VT.
Byte
'1 byte
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (2)
218
vtype = VT.
Byte
256
ElseIf vtype = VT.
Byte
Then