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