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