48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296
nameEquals, nameColon, this.
ParseExpressionCore
());
4413
var expression = this.
ParseExpressionCore
();
4992
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5775
var initializer = this.
ParseExpressionCore
();
5821
: this.
ParseExpressionCore
();
5977
: this.
ParseExpressionCore
());
7906
var size = this.
ParseExpressionCore
();
9607
? this.
ParseExpressionCore
()
9712
static @this => @this.
ParseExpressionCore
(),
9771
var expression = this.
ParseExpressionCore
();
9971
arg = this.
ParseExpressionCore
();
9989
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
10002
var nextExpression = this.
ParseExpressionCore
();
10094
this.
ParseExpressionCore
(),
10155
arg = this.
ParseExpressionCore
();
10208
expression = this.
ParseExpressionCore
();
10322
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10362
expression = this.
ParseExpressionCore
();
10399
expression = this.
ParseExpressionCore
();
10407
expression = this.
ParseExpressionCore
();
10431
expression = this.
ParseExpressionCore
();
10447
expression = this.
ParseExpressionCore
();
11043
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
11066
static @this => @this.
ParseExpressionCore
(),
11849
this.
ParseExpressionCore
());
12076
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12802
this.
ParseExpressionCore
();
13300
return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
());
13303
return _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13340
this.
ParseExpressionCore
());
13453
static @this => @this.
ParseExpressionCore
(),
13588
static @this => @this.
ParseExpressionCore
(),
13619
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13693
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13979
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14216
this.
ParseExpressionCore
());
14229
inExpression: this.
ParseExpressionCore
(),
14231
leftExpression: this.
ParseExpressionCore
(),
14233
rightExpression: this.
ParseExpressionCore
(),
14249
this.
ParseExpressionCore
());
14257
this.
ParseExpressionCore
());
14307
var expression = this.
ParseExpressionCore
();
14328
this.
ParseExpressionCore
());
14336
this.
ParseExpressionCore
(),
14338
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
637
ParseExpressionCore
());