48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296nameEquals, nameColon, this.ParseExpressionCore()); 4446var expression = this.ParseExpressionCore(); 5025equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore())); 5808var initializer = this.ParseExpressionCore(); 5854: this.ParseExpressionCore(); 6010: this.ParseExpressionCore()); 7939var size = this.ParseExpressionCore(); 9640? this.ParseExpressionCore() 9745static @this => @this.ParseExpressionCore(), 9804var expression = this.ParseExpressionCore(); 10004arg = this.ParseExpressionCore(); 10022=> ParseErrantExpressionWhenNoCloseParenToken(this.ParseExpressionCore()); 10035var nextExpression = this.ParseExpressionCore(); 10127this.ParseExpressionCore(), 10188arg = this.ParseExpressionCore(); 10241expression = this.ParseExpressionCore(); 10355this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.ParseExpressionCore() : null, 10395expression = this.ParseExpressionCore(); 10432expression = this.ParseExpressionCore(); 10440expression = this.ParseExpressionCore(); 10464expression = this.ParseExpressionCore(); 10480expression = this.ParseExpressionCore(); 11080return ParseExpressionStatement(attributes, this.ParseExpressionCore()); 11103static @this => @this.ParseExpressionCore(), 11886this.ParseExpressionCore()); 12113return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.ParseExpressionCore()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk)); 12839this.ParseExpressionCore(); 13337return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.ParseExpressionCore()); 13340return _syntaxFactory.ExpressionElement(this.ParseExpressionCore()); 13377this.ParseExpressionCore()); 13490static @this => @this.ParseExpressionCore(), 13625static @this => @this.ParseExpressionCore(), 13656var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidArray); 13730var size = this.AddError(this.ParseExpressionCore(), ErrorCode.ERR_InvalidStackAllocArray); 14016? _syntaxFactory.EqualsValueClause(equalsToken, this.ParseExpressionCore()) 14253this.ParseExpressionCore()); 14266inExpression: this.ParseExpressionCore(), 14268leftExpression: this.ParseExpressionCore(), 14270rightExpression: this.ParseExpressionCore(), 14286this.ParseExpressionCore()); 14294this.ParseExpressionCore()); 14344var expression = this.ParseExpressionCore(); 14365this.ParseExpressionCore()); 14373this.ParseExpressionCore(), 14375this.ParseExpressionCore());
Parser\LanguageParser_InterpolatedString.cs (2)
535var expression = this.ParseExpressionCore(); 544this.ConsumeUnexpectedTokens(this.ParseExpressionCore()));
Parser\LanguageParser_Patterns.cs (1)
637ParseExpressionCore());