8 references to ParseIdentifierAllowingKeyword
Microsoft.CodeAnalysis.VisualBasic (8)
Parser\Parser.vb (6)
90ParseIdentifierAllowingKeyword(), 2564id = ParseIdentifierAllowingKeyword() 3537eventMember = InternalSyntaxFactory.IdentifierName(ParseIdentifierAllowingKeyword()) 3549eventMember = InternalSyntaxFactory.IdentifierName(ParseIdentifierAllowingKeyword()) 3829ident = ParseIdentifierAllowingKeyword() 4108ident = ReportSyntaxError(ParseIdentifierAllowingKeyword(), ERRID.ERR_ObsoletePropertyGetLetSet)
Parser\ParseTerminal.vb (2)
136Dim Name = ParseIdentifierAllowingKeyword() 142Dim Name = ParseIdentifierAllowingKeyword()