50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1295nameEquals, nameColon, this.ParseExpressionCore()); 4285var expression = this.ParseExpressionCore(); 4862equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5611: this.ParseExpressionCore(); 5767: this.ParseExpressionCore()); 7698var size = this.ParseExpressionCore(); 9276var filterExpression = this.ParseExpressionCore(); 9341var expression = this.ParseExpressionCore(); 9406? this.ParseExpressionCore() 9511static @this => @this.ParseExpressionCore(), 9570var expression = this.ParseExpressionCore(); 9770arg = this.ParseExpressionCore(); 9798var condition = this.ParseExpressionCore(); 9860this.ParseExpressionCore(), 9882this.ParseExpressionCore(), 9921arg = this.ParseExpressionCore(); 9974expression = this.ParseExpressionCore(); 10088this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10128expression = this.ParseExpressionCore(); 10165expression = this.ParseExpressionCore(); 10173expression = this.ParseExpressionCore(); 10197expression = this.ParseExpressionCore(); 10213expression = this.ParseExpressionCore(); 10235this.ParseExpressionCore(), 10812return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 10835static @this => @this.ParseExpressionCore(), 11615this.ParseExpressionCore()); 11841return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12552this.ParseExpressionCore(); 13025? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()) 13026: _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13063this.ParseExpressionCore()); 13176static @this => @this.ParseExpressionCore(), 13311static @this => @this.ParseExpressionCore(), 13342var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13416var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 13722? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 13963this.ParseExpressionCore()); 13976inExpression: this.ParseExpressionCore(), 13978leftExpression: this.ParseExpressionCore(), 13980rightExpression: this.ParseExpressionCore(), 13996this.ParseExpressionCore()); 14004this.ParseExpressionCore()); 14054var expression = this.ParseExpressionCore(); 14075this.ParseExpressionCore()); 14083this.ParseExpressionCore(), 14085this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
405var expression = this.ParseExpressionCore(); 414this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
612ParseExpressionCore());