50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1288nameEquals, nameColon, this.ParseExpressionCore()); 4165var expression = this.ParseExpressionCore(); 4726equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5471: this.ParseExpressionCore(); 5627: this.ParseExpressionCore()); 7558var size = this.ParseExpressionCore(); 9055var filterExpression = this.ParseExpressionCore(); 9120var expression = this.ParseExpressionCore(); 9185? this.ParseExpressionCore() 9290static @this => @this.ParseExpressionCore(), 9349var expression = this.ParseExpressionCore(); 9549arg = this.ParseExpressionCore(); 9577var condition = this.ParseExpressionCore(); 9639this.ParseExpressionCore(), 9661this.ParseExpressionCore(), 9700arg = this.ParseExpressionCore(); 9753expression = this.ParseExpressionCore(); 9867this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 9907expression = this.ParseExpressionCore(); 9944expression = this.ParseExpressionCore(); 9952expression = this.ParseExpressionCore(); 9976expression = this.ParseExpressionCore(); 9992expression = this.ParseExpressionCore(); 10014this.ParseExpressionCore(), 10567return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10590static @this => @this.ParseExpressionCore(), 11163this.ParseExpressionCore()); 11584return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12301this.ParseExpressionCore(); 12774? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 12775: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 12812this.ParseExpressionCore()); 12920static @this => @this.ParseExpressionCore(), 13053static @this => @this.ParseExpressionCore(), 13084var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13158var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13465? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13705this.ParseExpressionCore()); 13718inExpression: this.ParseExpressionCore(), 13720leftExpression: this.ParseExpressionCore(), 13722rightExpression: this.ParseExpressionCore(), 13735this.ParseExpressionCore()); 13743this.ParseExpressionCore()); 13793var expression = this.ParseExpressionCore(); 13814this.ParseExpressionCore()); 13822this.ParseExpressionCore(), 13824this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
408var expression = this.ParseExpressionCore(); 417this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());