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