50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1288
nameEquals, nameColon, this.
ParseExpressionCore
());
4165
var expression = this.
ParseExpressionCore
();
4726
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5471
: this.
ParseExpressionCore
();
5627
: this.
ParseExpressionCore
());
7558
var size = this.
ParseExpressionCore
();
9055
var filterExpression = this.
ParseExpressionCore
();
9120
var expression = this.
ParseExpressionCore
();
9185
? this.
ParseExpressionCore
()
9290
static @this => @this.
ParseExpressionCore
(),
9349
var expression = this.
ParseExpressionCore
();
9549
arg = this.
ParseExpressionCore
();
9577
var condition = this.
ParseExpressionCore
();
9639
this.
ParseExpressionCore
(),
9661
this.
ParseExpressionCore
(),
9700
arg = this.
ParseExpressionCore
();
9753
expression = this.
ParseExpressionCore
();
9867
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
9907
expression = this.
ParseExpressionCore
();
9944
expression = this.
ParseExpressionCore
();
9952
expression = this.
ParseExpressionCore
();
9976
expression = this.
ParseExpressionCore
();
9992
expression = this.
ParseExpressionCore
();
10014
this.
ParseExpressionCore
(),
10567
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10590
static @this => @this.
ParseExpressionCore
(),
11163
this.
ParseExpressionCore
());
11584
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12301
this.
ParseExpressionCore
();
12774
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
12775
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
12812
this.
ParseExpressionCore
());
12920
static @this => @this.
ParseExpressionCore
(),
13053
static @this => @this.
ParseExpressionCore
(),
13084
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13158
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13465
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
13705
this.
ParseExpressionCore
());
13718
inExpression: this.
ParseExpressionCore
(),
13720
leftExpression: this.
ParseExpressionCore
(),
13722
rightExpression: this.
ParseExpressionCore
(),
13735
this.
ParseExpressionCore
());
13743
this.
ParseExpressionCore
());
13793
var expression = this.
ParseExpressionCore
();
13814
this.
ParseExpressionCore
());
13822
this.
ParseExpressionCore
(),
13824
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
408
var expression = this.
ParseExpressionCore
();
417
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());