48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1295
nameEquals, nameColon, this.
ParseExpressionCore
());
4358
var expression = this.
ParseExpressionCore
();
4937
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5719
var initializer = this.
ParseExpressionCore
();
5765
: this.
ParseExpressionCore
();
5921
: this.
ParseExpressionCore
());
7850
var size = this.
ParseExpressionCore
();
9551
? this.
ParseExpressionCore
()
9656
static @this => @this.
ParseExpressionCore
(),
9715
var expression = this.
ParseExpressionCore
();
9915
arg = this.
ParseExpressionCore
();
9933
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
9946
var nextExpression = this.
ParseExpressionCore
();
10038
this.
ParseExpressionCore
(),
10099
arg = this.
ParseExpressionCore
();
10152
expression = this.
ParseExpressionCore
();
10266
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10306
expression = this.
ParseExpressionCore
();
10343
expression = this.
ParseExpressionCore
();
10351
expression = this.
ParseExpressionCore
();
10375
expression = this.
ParseExpressionCore
();
10391
expression = this.
ParseExpressionCore
();
10987
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
11010
static @this => @this.
ParseExpressionCore
(),
11793
this.
ParseExpressionCore
());
12020
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12746
this.
ParseExpressionCore
();
13244
return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
());
13247
return _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13284
this.
ParseExpressionCore
());
13397
static @this => @this.
ParseExpressionCore
(),
13532
static @this => @this.
ParseExpressionCore
(),
13563
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13637
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13923
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14160
this.
ParseExpressionCore
());
14173
inExpression: this.
ParseExpressionCore
(),
14175
leftExpression: this.
ParseExpressionCore
(),
14177
rightExpression: this.
ParseExpressionCore
(),
14193
this.
ParseExpressionCore
());
14201
this.
ParseExpressionCore
());
14251
var expression = this.
ParseExpressionCore
();
14272
this.
ParseExpressionCore
());
14280
this.
ParseExpressionCore
(),
14282
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
637
ParseExpressionCore
());