3 references to TryCreate
Microsoft.CodeAnalysis.VisualBasic (3)
CommandLine\VisualBasicCommandLineParser.vb (1)
1779Dim constant = InternalSyntax.CConst.TryCreate(symbol.Value)
Preprocessor\CConst.vb (1)
29Dim constant = TryCreate(value)
VisualBasicParseOptions.vb (1)
263If InternalSyntax.CConst.TryCreate(symbol.Value) Is Nothing Then