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