48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
637
ParseExpressionCore
());
Parser\LanguageParser.cs (45)
1296
nameEquals, nameColon, this.
ParseExpressionCore
());
4433
var expression = this.
ParseExpressionCore
();
4999
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5778
var initializer = this.
ParseExpressionCore
();
5824
: this.
ParseExpressionCore
();
5980
: this.
ParseExpressionCore
());
7904
var size = this.
ParseExpressionCore
();
9623
? this.
ParseExpressionCore
()
9728
static @this => @this.
ParseExpressionCore
(),
9787
var expression = this.
ParseExpressionCore
();
9987
arg = this.
ParseExpressionCore
();
10005
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
10018
var nextExpression = this.
ParseExpressionCore
();
10110
this.
ParseExpressionCore
(),
10171
arg = this.
ParseExpressionCore
();
10224
expression = this.
ParseExpressionCore
();
10338
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10378
expression = this.
ParseExpressionCore
();
10415
expression = this.
ParseExpressionCore
();
10423
expression = this.
ParseExpressionCore
();
10447
expression = this.
ParseExpressionCore
();
10463
expression = this.
ParseExpressionCore
();
11063
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
11086
static @this => @this.
ParseExpressionCore
(),
11871
this.
ParseExpressionCore
());
12100
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12835
this.
ParseExpressionCore
();
13333
return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
());
13336
return _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13373
this.
ParseExpressionCore
());
13486
static @this => @this.
ParseExpressionCore
(),
13621
static @this => @this.
ParseExpressionCore
(),
13652
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13726
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
14012
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14249
this.
ParseExpressionCore
());
14262
inExpression: this.
ParseExpressionCore
(),
14264
leftExpression: this.
ParseExpressionCore
(),
14266
rightExpression: this.
ParseExpressionCore
(),
14282
this.
ParseExpressionCore
());
14290
this.
ParseExpressionCore
());
14340
var expression = this.
ParseExpressionCore
();
14361
this.
ParseExpressionCore
());
14369
this.
ParseExpressionCore
(),
14371
this.
ParseExpressionCore
());