10 references to Create
Microsoft.CodeAnalysis.VisualBasic (10)
Preprocessor\ExpressionEvaluator.vb (10)
232Return CConst.Create(True) 235Return CConst.Create(False) 616Return CConst.Create(CBool(value.ValueAsObject)) 626Return CConst.Create(CBool(Nothing)) 909Return CConst.Create(Not (DirectCast(val, CConst(Of Boolean)).Value)) 1158Return CConst.Create(ComparisonSucceeds) 1307Return CConst.Create(If(ComparisonSucceeds, True, False)) 1438Return CConst.Create(ComparisonSucceeds) 1534Return CConst.Create(StringComparisonSucceeds) 1580Return CConst.Create(OperationSucceeds)