48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296nameEquals, nameColon, this.ParseExpressionCore()); 4413var expression = this.ParseExpressionCore(); 4992equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5775var initializer = this.ParseExpressionCore(); 5821: this.ParseExpressionCore(); 5977: this.ParseExpressionCore()); 7906var size = this.ParseExpressionCore(); 9607? this.ParseExpressionCore() 9712static @this => @this.ParseExpressionCore(), 9771var expression = this.ParseExpressionCore(); 9971arg = this.ParseExpressionCore(); 9989=> ParseErrantExpressionWhenNoCloseParenToken(this.ParseExpressionCore()); 10002var nextExpression = this.ParseExpressionCore(); 10094this.ParseExpressionCore(), 10155arg = this.ParseExpressionCore(); 10208expression = this.ParseExpressionCore(); 10322this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10362expression = this.ParseExpressionCore(); 10399expression = this.ParseExpressionCore(); 10407expression = this.ParseExpressionCore(); 10431expression = this.ParseExpressionCore(); 10447expression = this.ParseExpressionCore(); 11043return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 11066static @this => @this.ParseExpressionCore(), 11849this.ParseExpressionCore()); 12076return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12802this.ParseExpressionCore(); 13300return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()); 13303return _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13340this.ParseExpressionCore()); 13453static @this => @this.ParseExpressionCore(), 13588static @this => @this.ParseExpressionCore(), 13619var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13693var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13979? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 14216this.ParseExpressionCore()); 14229inExpression: this.ParseExpressionCore(), 14231leftExpression: this.ParseExpressionCore(), 14233rightExpression: this.ParseExpressionCore(), 14249this.ParseExpressionCore()); 14257this.ParseExpressionCore()); 14307var expression = this.ParseExpressionCore(); 14328this.ParseExpressionCore()); 14336this.ParseExpressionCore(), 14338this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
535var expression = this.ParseExpressionCore(); 544this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
637ParseExpressionCore());