50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1295
nameEquals, nameColon, this.
ParseExpressionCore
());
4358
var expression = this.
ParseExpressionCore
();
4935
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5684
: this.
ParseExpressionCore
();
5840
: this.
ParseExpressionCore
());
7769
var size = this.
ParseExpressionCore
();
9346
var filterExpression = this.
ParseExpressionCore
();
9411
var expression = this.
ParseExpressionCore
();
9476
? this.
ParseExpressionCore
()
9581
static @this => @this.
ParseExpressionCore
(),
9640
var expression = this.
ParseExpressionCore
();
9840
arg = this.
ParseExpressionCore
();
9868
var condition = this.
ParseExpressionCore
();
9930
this.
ParseExpressionCore
(),
9952
this.
ParseExpressionCore
(),
9991
arg = this.
ParseExpressionCore
();
10044
expression = this.
ParseExpressionCore
();
10158
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10198
expression = this.
ParseExpressionCore
();
10235
expression = this.
ParseExpressionCore
();
10243
expression = this.
ParseExpressionCore
();
10267
expression = this.
ParseExpressionCore
();
10283
expression = this.
ParseExpressionCore
();
10305
this.
ParseExpressionCore
(),
10877
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10900
static @this => @this.
ParseExpressionCore
(),
11683
this.
ParseExpressionCore
());
11910
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12621
this.
ParseExpressionCore
();
13094
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
13095
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13132
this.
ParseExpressionCore
());
13245
static @this => @this.
ParseExpressionCore
(),
13380
static @this => @this.
ParseExpressionCore
(),
13411
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13485
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13771
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14008
this.
ParseExpressionCore
());
14021
inExpression: this.
ParseExpressionCore
(),
14023
leftExpression: this.
ParseExpressionCore
(),
14025
rightExpression: this.
ParseExpressionCore
(),
14041
this.
ParseExpressionCore
());
14049
this.
ParseExpressionCore
());
14099
var expression = this.
ParseExpressionCore
();
14120
this.
ParseExpressionCore
());
14128
this.
ParseExpressionCore
(),
14130
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());