6 references to Create
Microsoft.CodeAnalysis.VisualBasic (5)
Preprocessor\CConst.vb (1)
64Return Create(Convert.ToString(value))
Preprocessor\ExpressionEvaluator.vb (4)
262Return CConst.Create(typedToken.Value) 819Return CConst.Create(CStr(tv.Value)) 826Return CConst.Create(CStr(Nothing)) 1500Return CConst.Create(ResultString)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
PreprocessorEETests.vb (1)
213table = table.Add("y", CConst.Create("QWE"))