50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287
nameEquals, nameColon, this.
ParseExpressionCore
());
4247
var expression = this.
ParseExpressionCore
();
4825
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5574
: this.
ParseExpressionCore
();
5730
: this.
ParseExpressionCore
());
7661
var size = this.
ParseExpressionCore
();
9187
var filterExpression = this.
ParseExpressionCore
();
9252
var expression = this.
ParseExpressionCore
();
9317
? this.
ParseExpressionCore
()
9422
static @this => @this.
ParseExpressionCore
(),
9481
var expression = this.
ParseExpressionCore
();
9681
arg = this.
ParseExpressionCore
();
9709
var condition = this.
ParseExpressionCore
();
9771
this.
ParseExpressionCore
(),
9793
this.
ParseExpressionCore
(),
9832
arg = this.
ParseExpressionCore
();
9885
expression = this.
ParseExpressionCore
();
9999
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10039
expression = this.
ParseExpressionCore
();
10076
expression = this.
ParseExpressionCore
();
10084
expression = this.
ParseExpressionCore
();
10108
expression = this.
ParseExpressionCore
();
10124
expression = this.
ParseExpressionCore
();
10146
this.
ParseExpressionCore
(),
10725
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10748
static @this => @this.
ParseExpressionCore
(),
11528
this.
ParseExpressionCore
());
11754
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12465
this.
ParseExpressionCore
();
12938
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
12939
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
12976
this.
ParseExpressionCore
());
13084
static @this => @this.
ParseExpressionCore
(),
13217
static @this => @this.
ParseExpressionCore
(),
13248
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13322
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13628
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
13869
this.
ParseExpressionCore
());
13882
inExpression: this.
ParseExpressionCore
(),
13884
leftExpression: this.
ParseExpressionCore
(),
13886
rightExpression: this.
ParseExpressionCore
(),
13899
this.
ParseExpressionCore
());
13907
this.
ParseExpressionCore
());
13957
var expression = this.
ParseExpressionCore
();
13978
this.
ParseExpressionCore
());
13986
this.
ParseExpressionCore
(),
13988
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
408
var expression = this.
ParseExpressionCore
();
417
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());