5 references to Create
Microsoft.CodeAnalysis.VisualBasic (4)
Preprocessor\CConst.vb (1)
46Return Create(Convert.ToChar(value))
Preprocessor\ExpressionEvaluator.vb (3)
239Return CConst.Create(typedToken.Value) 748Return CConst.Create(CChar(Nothing)) 756Return CConst.Create(ch)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
PreprocessorEETests.vb (1)
200table = table.Add("Y", CConst.Create("W"c))