50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287nameEquals, nameColon, this.ParseExpressionCore()); 4215var expression = this.ParseExpressionCore(); 4793equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5542: this.ParseExpressionCore(); 5698: this.ParseExpressionCore()); 7629var size = this.ParseExpressionCore(); 9126var filterExpression = this.ParseExpressionCore(); 9191var expression = this.ParseExpressionCore(); 9256? this.ParseExpressionCore() 9361static @this => @this.ParseExpressionCore(), 9420var expression = this.ParseExpressionCore(); 9620arg = this.ParseExpressionCore(); 9648var condition = this.ParseExpressionCore(); 9710this.ParseExpressionCore(), 9732this.ParseExpressionCore(), 9771arg = this.ParseExpressionCore(); 9824expression = this.ParseExpressionCore(); 9938this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 9978expression = this.ParseExpressionCore(); 10015expression = this.ParseExpressionCore(); 10023expression = this.ParseExpressionCore(); 10047expression = this.ParseExpressionCore(); 10063expression = this.ParseExpressionCore(); 10085this.ParseExpressionCore(), 10664return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10687static @this => @this.ParseExpressionCore(), 11467this.ParseExpressionCore()); 11687return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12398this.ParseExpressionCore(); 12871? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 12872: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 12909this.ParseExpressionCore()); 13017static @this => @this.ParseExpressionCore(), 13150static @this => @this.ParseExpressionCore(), 13181var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13255var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13561? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13802this.ParseExpressionCore()); 13815inExpression: this.ParseExpressionCore(), 13817leftExpression: this.ParseExpressionCore(), 13819rightExpression: this.ParseExpressionCore(), 13832this.ParseExpressionCore()); 13840this.ParseExpressionCore()); 13890var expression = this.ParseExpressionCore(); 13911this.ParseExpressionCore()); 13919this.ParseExpressionCore(), 13921this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
408var expression = this.ParseExpressionCore(); 417this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());