10 references to Decimal
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (8)
919Return VT.Decimal 1311m_bw.Write(VT.Decimal) 1329m_bw.Write(CShort(VT.Decimal)) ' Decimal contains the vtype as first 2 bytes 1403Case VT.Decimal 1840Case VT.Decimal '8 bytes 1929If vtype > VT.Variant AndAlso (vtype <> VT.Byte AndAlso vtype <> VT.Decimal AndAlso vtype <> VT.Char AndAlso vtype <> VT.Long) Then 2012Case VT.Decimal '8 bytes 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)
226vtype = VT.Decimal 266ElseIf vtype = VT.Decimal Then