50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1295nameEquals, nameColon, this.ParseExpressionCore()); 4256var expression = this.ParseExpressionCore(); 4834equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5583: this.ParseExpressionCore(); 5739: this.ParseExpressionCore()); 7670var size = this.ParseExpressionCore(); 9192var filterExpression = this.ParseExpressionCore(); 9257var expression = this.ParseExpressionCore(); 9322? this.ParseExpressionCore() 9427static @this => @this.ParseExpressionCore(), 9486var expression = this.ParseExpressionCore(); 9686arg = this.ParseExpressionCore(); 9714var condition = this.ParseExpressionCore(); 9776this.ParseExpressionCore(), 9798this.ParseExpressionCore(), 9837arg = this.ParseExpressionCore(); 9890expression = this.ParseExpressionCore(); 10004this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10044expression = this.ParseExpressionCore(); 10081expression = this.ParseExpressionCore(); 10089expression = this.ParseExpressionCore(); 10113expression = this.ParseExpressionCore(); 10129expression = this.ParseExpressionCore(); 10151this.ParseExpressionCore(), 10730return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10753static @this => @this.ParseExpressionCore(), 11533this.ParseExpressionCore()); 11759return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12470this.ParseExpressionCore(); 12943? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 12944: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 12981this.ParseExpressionCore()); 13094static @this => @this.ParseExpressionCore(), 13229static @this => @this.ParseExpressionCore(), 13260var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13334var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13640? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13881this.ParseExpressionCore()); 13894inExpression: this.ParseExpressionCore(), 13896leftExpression: this.ParseExpressionCore(), 13898rightExpression: this.ParseExpressionCore(), 13911this.ParseExpressionCore()); 13919this.ParseExpressionCore()); 13969var expression = this.ParseExpressionCore(); 13990this.ParseExpressionCore()); 13998this.ParseExpressionCore(), 14000this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
403var expression = this.ParseExpressionCore(); 412this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());