Syntax\VisualBasicSyntaxTree.ConditionalSymbolsMap.vb (10)
180Dim value = DirectCast(constValue, InternalSyntax.CConst(Of Boolean))
183Dim value = DirectCast(constValue, InternalSyntax.CConst(Of Byte))
186Dim value = DirectCast(constValue, InternalSyntax.CConst(Of Int16))
189Dim value = DirectCast(constValue, InternalSyntax.CConst(Of Int32))
192Dim value = DirectCast(constValue, InternalSyntax.CConst(Of Int64))
195Dim value = DirectCast(constValue, InternalSyntax.CConst(Of SByte))
198Dim value = DirectCast(constValue, InternalSyntax.CConst(Of UInt16))
201Dim value = DirectCast(constValue, InternalSyntax.CConst(Of UInt32))
204Dim value = DirectCast(constValue, InternalSyntax.CConst(Of UInt64))
207Debug.Assert(DirectCast(constValue, InternalSyntax.CConst(Of String)).Value IsNot Nothing)