3 references to IsNumericLiteral
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
183
syntaxFacts.
IsNumericLiteral
(token))
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
150
if (syntaxFacts.
IsNumericLiteral
(token))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
381
=> syntaxFacts.IsWord(token) || syntaxFacts.
IsNumericLiteral
(token);