4 references to WRN_IdentifierOrNumericLiteralExpected
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
417
case ErrorCode.
WRN_IdentifierOrNumericLiteralExpected
:
1182
or ErrorCode.
WRN_IdentifierOrNumericLiteralExpected
Generated\ErrorFacts.Generated.cs (1)
71
case ErrorCode.
WRN_IdentifierOrNumericLiteralExpected
:
Parser\DirectiveParser.cs (1)
612
id = this.EatToken(SyntaxKind.NumericLiteralToken, ErrorCode.
WRN_IdentifierOrNumericLiteralExpected
, reportError: isActive);