50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287
nameEquals, nameColon, this.
ParseExpressionCore
());
4215
var expression = this.
ParseExpressionCore
();
4793
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5542
: this.
ParseExpressionCore
();
5698
: this.
ParseExpressionCore
());
7629
var size = this.
ParseExpressionCore
();
9126
var filterExpression = this.
ParseExpressionCore
();
9191
var expression = this.
ParseExpressionCore
();
9256
? this.
ParseExpressionCore
()
9361
static @this => @this.
ParseExpressionCore
(),
9420
var expression = this.
ParseExpressionCore
();
9620
arg = this.
ParseExpressionCore
();
9648
var condition = this.
ParseExpressionCore
();
9710
this.
ParseExpressionCore
(),
9732
this.
ParseExpressionCore
(),
9771
arg = this.
ParseExpressionCore
();
9824
expression = this.
ParseExpressionCore
();
9938
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
9978
expression = this.
ParseExpressionCore
();
10015
expression = this.
ParseExpressionCore
();
10023
expression = this.
ParseExpressionCore
();
10047
expression = this.
ParseExpressionCore
();
10063
expression = this.
ParseExpressionCore
();
10085
this.
ParseExpressionCore
(),
10664
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10687
static @this => @this.
ParseExpressionCore
(),
11467
this.
ParseExpressionCore
());
11687
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12398
this.
ParseExpressionCore
();
12871
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
12872
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
12909
this.
ParseExpressionCore
());
13017
static @this => @this.
ParseExpressionCore
(),
13150
static @this => @this.
ParseExpressionCore
(),
13181
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13255
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13561
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
13802
this.
ParseExpressionCore
());
13815
inExpression: this.
ParseExpressionCore
(),
13817
leftExpression: this.
ParseExpressionCore
(),
13819
rightExpression: this.
ParseExpressionCore
(),
13832
this.
ParseExpressionCore
());
13840
this.
ParseExpressionCore
());
13890
var expression = this.
ParseExpressionCore
();
13911
this.
ParseExpressionCore
());
13919
this.
ParseExpressionCore
(),
13921
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
408
var expression = this.
ParseExpressionCore
();
417
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());