48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser_InterpolatedString.cs (2)
535var expression = this.ParseExpressionCore(); 544this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
637ParseExpressionCore());
Parser\LanguageParser.cs (45)
1296nameEquals, nameColon, this.ParseExpressionCore()); 4433var expression = this.ParseExpressionCore(); 4999equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5778var initializer = this.ParseExpressionCore(); 5824: this.ParseExpressionCore(); 5980: this.ParseExpressionCore()); 7904var size = this.ParseExpressionCore(); 9623? this.ParseExpressionCore() 9728static @this => @this.ParseExpressionCore(), 9787var expression = this.ParseExpressionCore(); 9987arg = this.ParseExpressionCore(); 10005=> ParseErrantExpressionWhenNoCloseParenToken(this.ParseExpressionCore()); 10018var nextExpression = this.ParseExpressionCore(); 10110this.ParseExpressionCore(), 10171arg = this.ParseExpressionCore(); 10224expression = this.ParseExpressionCore(); 10338this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10378expression = this.ParseExpressionCore(); 10415expression = this.ParseExpressionCore(); 10423expression = this.ParseExpressionCore(); 10447expression = this.ParseExpressionCore(); 10463expression = this.ParseExpressionCore(); 11063return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 11086static @this => @this.ParseExpressionCore(), 11871this.ParseExpressionCore()); 12100return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12835this.ParseExpressionCore(); 13333return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()); 13336return _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13373this.ParseExpressionCore()); 13486static @this => @this.ParseExpressionCore(), 13621static @this => @this.ParseExpressionCore(), 13652var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13726var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 14012? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 14249this.ParseExpressionCore()); 14262inExpression: this.ParseExpressionCore(), 14264leftExpression: this.ParseExpressionCore(), 14266rightExpression: this.ParseExpressionCore(), 14282this.ParseExpressionCore()); 14290this.ParseExpressionCore()); 14340var expression = this.ParseExpressionCore(); 14361this.ParseExpressionCore()); 14369this.ParseExpressionCore(), 14371this.ParseExpressionCore());