14 references to ParseIdentifierName
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser.cs (13)
1288this.ParseIdentifierName(), 2255: this.ParseIdentifierName(); 3913type = ParseIdentifierName(); 6014? this.ParseIdentifierName(ErrorCode.ERR_ConstantExpected) 6243var id = this.ParseIdentifierName(); 9399this.IsTrueIdentifier() ? this.ParseIdentifierName() : null, 9408this.IsTrueIdentifier() ? this.ParseIdentifierName() : null, 10037arg = this.ParseIdentifierName(); 10319ParseIdentifierName(ErrorCode.ERR_ConstantExpected), 12649this.ParseIdentifierName(), 12666expression = this.ParseIdentifierName(ErrorCode.ERR_ValueExpected); 12670expression = this.ParseIdentifierName(ErrorCode.ERR_MissingArgument); 13633this.ParseIdentifierName(),
Parser\LanguageParser_Patterns.cs (1)
199return _syntaxFactory.ConstantPattern(this.ParseIdentifierName(ErrorCode.ERR_MissingPattern));