48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296nameEquals, nameColon, this.ParseExpressionCore()); 4400var expression = this.ParseExpressionCore(); 4979equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5762var initializer = this.ParseExpressionCore(); 5808: this.ParseExpressionCore(); 5964: this.ParseExpressionCore()); 7893var size = this.ParseExpressionCore(); 9594? this.ParseExpressionCore() 9699static @this => @this.ParseExpressionCore(), 9758var expression = this.ParseExpressionCore(); 9958arg = this.ParseExpressionCore(); 9976=> ParseErrantExpressionWhenNoCloseParenToken(this.ParseExpressionCore()); 9989var nextExpression = this.ParseExpressionCore(); 10081this.ParseExpressionCore(), 10142arg = this.ParseExpressionCore(); 10195expression = this.ParseExpressionCore(); 10309this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10349expression = this.ParseExpressionCore(); 10386expression = this.ParseExpressionCore(); 10394expression = this.ParseExpressionCore(); 10418expression = this.ParseExpressionCore(); 10434expression = this.ParseExpressionCore(); 11030return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 11053static @this => @this.ParseExpressionCore(), 11836this.ParseExpressionCore()); 12063return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12789this.ParseExpressionCore(); 13287return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()); 13290return _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13327this.ParseExpressionCore()); 13440static @this => @this.ParseExpressionCore(), 13575static @this => @this.ParseExpressionCore(), 13606var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13680var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13966? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 14203this.ParseExpressionCore()); 14216inExpression: this.ParseExpressionCore(), 14218leftExpression: this.ParseExpressionCore(), 14220rightExpression: this.ParseExpressionCore(), 14236this.ParseExpressionCore()); 14244this.ParseExpressionCore()); 14294var expression = this.ParseExpressionCore(); 14315this.ParseExpressionCore()); 14323this.ParseExpressionCore(), 14325this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
535var expression = this.ParseExpressionCore(); 544this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
637ParseExpressionCore());