50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287nameEquals, nameColon, this.ParseExpressionCore()); 4164var expression = this.ParseExpressionCore(); 4725equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5474: this.ParseExpressionCore(); 5630: this.ParseExpressionCore()); 7561var size = this.ParseExpressionCore(); 9058var filterExpression = this.ParseExpressionCore(); 9123var expression = this.ParseExpressionCore(); 9188? this.ParseExpressionCore() 9293static @this => @this.ParseExpressionCore(), 9352var expression = this.ParseExpressionCore(); 9552arg = this.ParseExpressionCore(); 9580var condition = this.ParseExpressionCore(); 9642this.ParseExpressionCore(), 9664this.ParseExpressionCore(), 9703arg = this.ParseExpressionCore(); 9756expression = this.ParseExpressionCore(); 9870this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 9910expression = this.ParseExpressionCore(); 9947expression = this.ParseExpressionCore(); 9955expression = this.ParseExpressionCore(); 9979expression = this.ParseExpressionCore(); 9995expression = this.ParseExpressionCore(); 10017this.ParseExpressionCore(), 10596return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10619static @this => @this.ParseExpressionCore(), 11192this.ParseExpressionCore()); 11613return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12277this.ParseExpressionCore(); 12750? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 12751: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 12788this.ParseExpressionCore()); 12896static @this => @this.ParseExpressionCore(), 13029static @this => @this.ParseExpressionCore(), 13060var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13134var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13440? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13681this.ParseExpressionCore()); 13694inExpression: this.ParseExpressionCore(), 13696leftExpression: this.ParseExpressionCore(), 13698rightExpression: this.ParseExpressionCore(), 13711this.ParseExpressionCore()); 13719this.ParseExpressionCore()); 13769var expression = this.ParseExpressionCore(); 13790this.ParseExpressionCore()); 13798this.ParseExpressionCore(), 13800this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
408var expression = this.ParseExpressionCore(); 417this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());