8 references to Create
Microsoft.CodeAnalysis.VisualBasic (8)
Preprocessor\CConst.vb (1)
58Return Create(Convert.ToInt64(value))
Preprocessor\ExpressionEvaluator.vb (7)
882Return CConst.Create(-(DirectCast(val, CConst(Of Int64)).Value)) 890Return CConst.Create(-(DirectCast(val, CConst(Of UInt32)).Value)) 913Return CConst.Create(Not CLng(DirectCast(val, CConst(Of Decimal)).Value)) 915Return CConst.Create(Not CLng(DirectCast(val, CConst(Of Double)).Value)) 921Return CConst.Create(Not (DirectCast(val, CConst(Of Int64)).Value)) 925Return CConst.Create(Not CLng(DirectCast(val, CConst(Of Single)).Value)) 1276Return Convert(CConst.Create(ResultValue), resultType, expr)