6 references to Create
Microsoft.CodeAnalysis.VisualBasic (6)
Preprocessor\CConst.vb (1)
54Return Create(Convert.ToInt16(value))
Preprocessor\ExpressionEvaluator.vb (5)
870Return CConst.Create(-(CShort(DirectCast(val, CConst(Of Boolean)).Value))) 872Return CConst.Create(-(DirectCast(val, CConst(Of Byte)).Value)) 878Return CConst.Create(-(DirectCast(val, CConst(Of Int16)).Value)) 899Return CConst.Create(+(CShort(DirectCast(val, CConst(Of Boolean)).Value))) 917Return CConst.Create(Not (DirectCast(val, CConst(Of Int16)).Value))