50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1295nameEquals, nameColon, this.ParseExpressionCore()); 4358var expression = this.ParseExpressionCore(); 4935equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5684: this.ParseExpressionCore(); 5840: this.ParseExpressionCore()); 7769var size = this.ParseExpressionCore(); 9346var filterExpression = this.ParseExpressionCore(); 9411var expression = this.ParseExpressionCore(); 9476? this.ParseExpressionCore() 9581static @this => @this.ParseExpressionCore(), 9640var expression = this.ParseExpressionCore(); 9840arg = this.ParseExpressionCore(); 9868var condition = this.ParseExpressionCore(); 9930this.ParseExpressionCore(), 9952this.ParseExpressionCore(), 9991arg = this.ParseExpressionCore(); 10044expression = this.ParseExpressionCore(); 10158this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10198expression = this.ParseExpressionCore(); 10235expression = this.ParseExpressionCore(); 10243expression = this.ParseExpressionCore(); 10267expression = this.ParseExpressionCore(); 10283expression = this.ParseExpressionCore(); 10305this.ParseExpressionCore(), 10877return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10900static @this => @this.ParseExpressionCore(), 11683this.ParseExpressionCore()); 11910return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12621this.ParseExpressionCore(); 13094? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 13095: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13132this.ParseExpressionCore()); 13245static @this => @this.ParseExpressionCore(), 13380static @this => @this.ParseExpressionCore(), 13411var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13485var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13771? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 14008this.ParseExpressionCore()); 14021inExpression: this.ParseExpressionCore(), 14023leftExpression: this.ParseExpressionCore(), 14025rightExpression: this.ParseExpressionCore(), 14041this.ParseExpressionCore()); 14049this.ParseExpressionCore()); 14099var expression = this.ParseExpressionCore(); 14120this.ParseExpressionCore()); 14128this.ParseExpressionCore(), 14130this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
535var expression = this.ParseExpressionCore(); 544this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());