48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1295nameEquals, nameColon, this.ParseExpressionCore()); 4358var expression = this.ParseExpressionCore(); 4937equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5719var initializer = this.ParseExpressionCore(); 5765: this.ParseExpressionCore(); 5921: this.ParseExpressionCore()); 7850var size = this.ParseExpressionCore(); 9551? this.ParseExpressionCore() 9656static @this => @this.ParseExpressionCore(), 9715var expression = this.ParseExpressionCore(); 9915arg = this.ParseExpressionCore(); 9933=> ParseErrantExpressionWhenNoCloseParenToken(this.ParseExpressionCore()); 9946var nextExpression = this.ParseExpressionCore(); 10038this.ParseExpressionCore(), 10099arg = this.ParseExpressionCore(); 10152expression = this.ParseExpressionCore(); 10266this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10306expression = this.ParseExpressionCore(); 10343expression = this.ParseExpressionCore(); 10351expression = this.ParseExpressionCore(); 10375expression = this.ParseExpressionCore(); 10391expression = this.ParseExpressionCore(); 10987return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 11010static @this => @this.ParseExpressionCore(), 11793this.ParseExpressionCore()); 12020return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12746this.ParseExpressionCore(); 13244return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()); 13247return _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13284this.ParseExpressionCore()); 13397static @this => @this.ParseExpressionCore(), 13532static @this => @this.ParseExpressionCore(), 13563var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13637var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13923? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 14160this.ParseExpressionCore()); 14173inExpression: this.ParseExpressionCore(), 14175leftExpression: this.ParseExpressionCore(), 14177rightExpression: this.ParseExpressionCore(), 14193this.ParseExpressionCore()); 14201this.ParseExpressionCore()); 14251var expression = this.ParseExpressionCore(); 14272this.ParseExpressionCore()); 14280this.ParseExpressionCore(), 14282this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
535var expression = this.ParseExpressionCore(); 544this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
637ParseExpressionCore());