50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1295
nameEquals, nameColon, this.
ParseExpressionCore
());
4256
var expression = this.
ParseExpressionCore
();
4834
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5583
: this.
ParseExpressionCore
();
5739
: this.
ParseExpressionCore
());
7670
var size = this.
ParseExpressionCore
();
9192
var filterExpression = this.
ParseExpressionCore
();
9257
var expression = this.
ParseExpressionCore
();
9322
? this.
ParseExpressionCore
()
9427
static @this => @this.
ParseExpressionCore
(),
9486
var expression = this.
ParseExpressionCore
();
9686
arg = this.
ParseExpressionCore
();
9714
var condition = this.
ParseExpressionCore
();
9776
this.
ParseExpressionCore
(),
9798
this.
ParseExpressionCore
(),
9837
arg = this.
ParseExpressionCore
();
9890
expression = this.
ParseExpressionCore
();
10004
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10044
expression = this.
ParseExpressionCore
();
10081
expression = this.
ParseExpressionCore
();
10089
expression = this.
ParseExpressionCore
();
10113
expression = this.
ParseExpressionCore
();
10129
expression = this.
ParseExpressionCore
();
10151
this.
ParseExpressionCore
(),
10730
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10753
static @this => @this.
ParseExpressionCore
(),
11533
this.
ParseExpressionCore
());
11759
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12470
this.
ParseExpressionCore
();
12943
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
12944
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
12981
this.
ParseExpressionCore
());
13094
static @this => @this.
ParseExpressionCore
(),
13229
static @this => @this.
ParseExpressionCore
(),
13260
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13334
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13640
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
13881
this.
ParseExpressionCore
());
13894
inExpression: this.
ParseExpressionCore
(),
13896
leftExpression: this.
ParseExpressionCore
(),
13898
rightExpression: this.
ParseExpressionCore
(),
13911
this.
ParseExpressionCore
());
13919
this.
ParseExpressionCore
());
13969
var expression = this.
ParseExpressionCore
();
13990
this.
ParseExpressionCore
());
13998
this.
ParseExpressionCore
(),
14000
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
403
var expression = this.
ParseExpressionCore
();
412
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());