14 references to Variant
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (12)
869
Return VT.
Variant
877
Return VT.
Variant
883
Return CType(VT.Array Or VT.
Variant
, VT)
889
Return CType(VT.Array Or VT.
Variant
, VT)
939
Return VT.
Variant
1379
Case VT.
Variant
1909
Case VT.
Variant
1925
If vtype = VT.
Variant
Then
1929
If vtype > VT.
Variant
AndAlso (vtype <> VT.Byte AndAlso vtype <> VT.Decimal AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then
2026
Case VT.
Variant
2051
If vtype = VT.
Variant
Then
2055
If 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)
235
vtype = VT.
Variant
'To force an exception later
238
vtype = VT.
Variant
'To force an exception later