50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287nameEquals, nameColon, this.ParseExpressionCore()); 4247var expression = this.ParseExpressionCore(); 4825equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5574: this.ParseExpressionCore(); 5730: this.ParseExpressionCore()); 7661var size = this.ParseExpressionCore(); 9187var filterExpression = this.ParseExpressionCore(); 9252var expression = this.ParseExpressionCore(); 9317? this.ParseExpressionCore() 9422static @this => @this.ParseExpressionCore(), 9481var expression = this.ParseExpressionCore(); 9681arg = this.ParseExpressionCore(); 9709var condition = this.ParseExpressionCore(); 9771this.ParseExpressionCore(), 9793this.ParseExpressionCore(), 9832arg = this.ParseExpressionCore(); 9885expression = this.ParseExpressionCore(); 9999this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10039expression = this.ParseExpressionCore(); 10076expression = this.ParseExpressionCore(); 10084expression = this.ParseExpressionCore(); 10108expression = this.ParseExpressionCore(); 10124expression = this.ParseExpressionCore(); 10146this.ParseExpressionCore(), 10725return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10748static @this => @this.ParseExpressionCore(), 11528this.ParseExpressionCore()); 11754return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12465this.ParseExpressionCore(); 12938? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 12939: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 12976this.ParseExpressionCore()); 13084static @this => @this.ParseExpressionCore(), 13217static @this => @this.ParseExpressionCore(), 13248var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13322var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13628? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13869this.ParseExpressionCore()); 13882inExpression: this.ParseExpressionCore(), 13884leftExpression: this.ParseExpressionCore(), 13886rightExpression: this.ParseExpressionCore(), 13899this.ParseExpressionCore()); 13907this.ParseExpressionCore()); 13957var expression = this.ParseExpressionCore(); 13978this.ParseExpressionCore()); 13986this.ParseExpressionCore(), 13988this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
408var expression = this.ParseExpressionCore(); 417this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());