48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1014nameEquals, nameColon, this.ParseExpressionCore()); 3774var expression = this.ParseExpressionCore(); 4336equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5150: this.ParseExpressionCore(); 5307: this.ParseExpressionCore()); 7043var size = this.ParseExpressionCore(); 8457var filterExpression = this.ParseExpressionCore(); 8522var expression = this.ParseExpressionCore(); 8657condition = this.ParseExpressionCore(); 8697static @this => @this.ParseExpressionCore(), 8751var expression = this.ParseExpressionCore(); 8951arg = this.ParseExpressionCore(); 8976this.ParseExpressionCore(), 8990this.ParseExpressionCore(), 9012this.ParseExpressionCore(), 9051arg = this.ParseExpressionCore(); 9104expression = this.ParseExpressionCore(); 9218this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 9258expression = this.ParseExpressionCore(); 9296expression = this.ParseExpressionCore(); 9304expression = this.ParseExpressionCore(); 9328expression = this.ParseExpressionCore(); 9344expression = this.ParseExpressionCore(); 9366this.ParseExpressionCore(), 9885return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 9908static @this => @this.ParseExpressionCore(), 10522this.ParseExpressionCore()); 10750return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 11438this.ParseExpressionCore(); 11893this.ParseExpressionCore()); 12001static @this => @this.ParseExpressionCore(), 12134static @this => @this.ParseExpressionCore(), 12165var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 12239var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 12551? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 12792this.ParseExpressionCore()); 12805inExpression: this.ParseExpressionCore(), 12807leftExpression: this.ParseExpressionCore(), 12809rightExpression: this.ParseExpressionCore(), 12822this.ParseExpressionCore()); 12830this.ParseExpressionCore()); 12880var expression = this.ParseExpressionCore(); 12901this.ParseExpressionCore()); 12909this.ParseExpressionCore(), 12911this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
406var expression = this.ParseExpressionCore(); 415this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
589ParseExpressionCore());