50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287
nameEquals, nameColon, this.
ParseExpressionCore
());
4164
var expression = this.
ParseExpressionCore
();
4725
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5474
: this.
ParseExpressionCore
();
5630
: this.
ParseExpressionCore
());
7561
var size = this.
ParseExpressionCore
();
9058
var filterExpression = this.
ParseExpressionCore
();
9123
var expression = this.
ParseExpressionCore
();
9188
? this.
ParseExpressionCore
()
9293
static @this => @this.
ParseExpressionCore
(),
9352
var expression = this.
ParseExpressionCore
();
9552
arg = this.
ParseExpressionCore
();
9580
var condition = this.
ParseExpressionCore
();
9642
this.
ParseExpressionCore
(),
9664
this.
ParseExpressionCore
(),
9703
arg = this.
ParseExpressionCore
();
9756
expression = this.
ParseExpressionCore
();
9870
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
9910
expression = this.
ParseExpressionCore
();
9947
expression = this.
ParseExpressionCore
();
9955
expression = this.
ParseExpressionCore
();
9979
expression = this.
ParseExpressionCore
();
9995
expression = this.
ParseExpressionCore
();
10017
this.
ParseExpressionCore
(),
10596
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10619
static @this => @this.
ParseExpressionCore
(),
11192
this.
ParseExpressionCore
());
11613
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12277
this.
ParseExpressionCore
();
12750
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
12751
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
12788
this.
ParseExpressionCore
());
12896
static @this => @this.
ParseExpressionCore
(),
13029
static @this => @this.
ParseExpressionCore
(),
13060
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13134
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13440
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
13681
this.
ParseExpressionCore
());
13694
inExpression: this.
ParseExpressionCore
(),
13696
leftExpression: this.
ParseExpressionCore
(),
13698
rightExpression: this.
ParseExpressionCore
(),
13711
this.
ParseExpressionCore
());
13719
this.
ParseExpressionCore
());
13769
var expression = this.
ParseExpressionCore
();
13790
this.
ParseExpressionCore
());
13798
this.
ParseExpressionCore
(),
13800
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
408
var expression = this.
ParseExpressionCore
();
417
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());