50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287nameEquals, nameColon, this.ParseExpressionCore()); 4245var expression = this.ParseExpressionCore(); 4823equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5572: this.ParseExpressionCore(); 5728: this.ParseExpressionCore()); 7659var size = this.ParseExpressionCore(); 9156var filterExpression = this.ParseExpressionCore(); 9221var expression = this.ParseExpressionCore(); 9286? this.ParseExpressionCore() 9391static @this => @this.ParseExpressionCore(), 9450var expression = this.ParseExpressionCore(); 9650arg = this.ParseExpressionCore(); 9678var condition = this.ParseExpressionCore(); 9740this.ParseExpressionCore(), 9762this.ParseExpressionCore(), 9801arg = this.ParseExpressionCore(); 9854expression = this.ParseExpressionCore(); 9968this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10008expression = this.ParseExpressionCore(); 10045expression = this.ParseExpressionCore(); 10053expression = this.ParseExpressionCore(); 10077expression = this.ParseExpressionCore(); 10093expression = this.ParseExpressionCore(); 10115this.ParseExpressionCore(), 10694return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10717static @this => @this.ParseExpressionCore(), 11497this.ParseExpressionCore()); 11723return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12434this.ParseExpressionCore(); 12907? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 12908: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 12945this.ParseExpressionCore()); 13053static @this => @this.ParseExpressionCore(), 13186static @this => @this.ParseExpressionCore(), 13217var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13291var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13597? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13838this.ParseExpressionCore()); 13851inExpression: this.ParseExpressionCore(), 13853leftExpression: this.ParseExpressionCore(), 13855rightExpression: this.ParseExpressionCore(), 13868this.ParseExpressionCore()); 13876this.ParseExpressionCore()); 13926var expression = this.ParseExpressionCore(); 13947this.ParseExpressionCore()); 13955this.ParseExpressionCore(), 13957this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
408var expression = this.ParseExpressionCore(); 417this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());