50 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (50)
Parser\LanguageParser.cs (47)
1287
nameEquals, nameColon, this.
ParseExpressionCore
());
4245
var expression = this.
ParseExpressionCore
();
4823
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5572
: this.
ParseExpressionCore
();
5728
: this.
ParseExpressionCore
());
7659
var size = this.
ParseExpressionCore
();
9156
var filterExpression = this.
ParseExpressionCore
();
9221
var expression = this.
ParseExpressionCore
();
9286
? this.
ParseExpressionCore
()
9391
static @this => @this.
ParseExpressionCore
(),
9450
var expression = this.
ParseExpressionCore
();
9650
arg = this.
ParseExpressionCore
();
9678
var condition = this.
ParseExpressionCore
();
9740
this.
ParseExpressionCore
(),
9762
this.
ParseExpressionCore
(),
9801
arg = this.
ParseExpressionCore
();
9854
expression = this.
ParseExpressionCore
();
9968
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10008
expression = this.
ParseExpressionCore
();
10045
expression = this.
ParseExpressionCore
();
10053
expression = this.
ParseExpressionCore
();
10077
expression = this.
ParseExpressionCore
();
10093
expression = this.
ParseExpressionCore
();
10115
this.
ParseExpressionCore
(),
10694
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10717
static @this => @this.
ParseExpressionCore
(),
11497
this.
ParseExpressionCore
());
11723
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12434
this.
ParseExpressionCore
();
12907
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
12908
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
12945
this.
ParseExpressionCore
());
13053
static @this => @this.
ParseExpressionCore
(),
13186
static @this => @this.
ParseExpressionCore
(),
13217
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13291
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13597
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
13838
this.
ParseExpressionCore
());
13851
inExpression: this.
ParseExpressionCore
(),
13853
leftExpression: this.
ParseExpressionCore
(),
13855
rightExpression: this.
ParseExpressionCore
(),
13868
this.
ParseExpressionCore
());
13876
this.
ParseExpressionCore
());
13926
var expression = this.
ParseExpressionCore
();
13947
this.
ParseExpressionCore
());
13955
this.
ParseExpressionCore
(),
13957
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
408
var expression = this.
ParseExpressionCore
();
417
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
612
ParseExpressionCore
());