7 references to Create
Microsoft.CodeAnalysis.VisualBasic (7)
Preprocessor\CConst.vb (1)
56Return Create(Convert.ToInt32(value))
Preprocessor\ExpressionEvaluator.vb (6)
646value = CConst.Create(0) 866Return CConst.Create(-Nothing) 880Return CConst.Create(-(DirectCast(val, CConst(Of Int32)).Value)) 888Return CConst.Create(-(DirectCast(val, CConst(Of UInt16)).Value)) 905Return CConst.Create(Not Nothing) 919Return CConst.Create(Not (DirectCast(val, CConst(Of Int32)).Value))