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