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