14 references to ParseIdentifierName
Microsoft.CodeAnalysis.CSharp (14)
Parser\LanguageParser_Patterns.cs (1)
199return _syntaxFactory.ConstantPattern(this.ParseIdentifierName(ErrorCode.ERR_MissingPattern));
Parser\LanguageParser.cs (13)
1288this.ParseIdentifierName(), 2266: this.ParseIdentifierName(); 3899type = ParseIdentifierName(); 5979? this.ParseIdentifierName(ErrorCode.ERR_ConstantExpected) 6208var id = this.ParseIdentifierName(); 9359this.IsTrueIdentifier() ? this.ParseIdentifierName() : null, 9368this.IsTrueIdentifier() ? this.ParseIdentifierName() : null, 9997arg = this.ParseIdentifierName(); 10279ParseIdentifierName(ErrorCode.ERR_ConstantExpected), 12609this.ParseIdentifierName(), 12626expression = this.ParseIdentifierName(ErrorCode.ERR_ValueExpected); 12630expression = this.ParseIdentifierName(ErrorCode.ERR_MissingArgument); 13593this.ParseIdentifierName(),