48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1014
nameEquals, nameColon, this.
ParseExpressionCore
());
3774
var expression = this.
ParseExpressionCore
();
4336
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5150
: this.
ParseExpressionCore
();
5307
: this.
ParseExpressionCore
());
7043
var size = this.
ParseExpressionCore
();
8457
var filterExpression = this.
ParseExpressionCore
();
8522
var expression = this.
ParseExpressionCore
();
8657
condition = this.
ParseExpressionCore
();
8697
static @this => @this.
ParseExpressionCore
(),
8751
var expression = this.
ParseExpressionCore
();
8951
arg = this.
ParseExpressionCore
();
8976
this.
ParseExpressionCore
(),
8990
this.
ParseExpressionCore
(),
9012
this.
ParseExpressionCore
(),
9051
arg = this.
ParseExpressionCore
();
9104
expression = this.
ParseExpressionCore
();
9218
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
9258
expression = this.
ParseExpressionCore
();
9296
expression = this.
ParseExpressionCore
();
9304
expression = this.
ParseExpressionCore
();
9328
expression = this.
ParseExpressionCore
();
9344
expression = this.
ParseExpressionCore
();
9366
this.
ParseExpressionCore
(),
9885
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
9908
static @this => @this.
ParseExpressionCore
(),
10522
this.
ParseExpressionCore
());
10750
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
11438
this.
ParseExpressionCore
();
11893
this.
ParseExpressionCore
());
12001
static @this => @this.
ParseExpressionCore
(),
12134
static @this => @this.
ParseExpressionCore
(),
12165
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
12239
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
12551
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
12792
this.
ParseExpressionCore
());
12805
inExpression: this.
ParseExpressionCore
(),
12807
leftExpression: this.
ParseExpressionCore
(),
12809
rightExpression: this.
ParseExpressionCore
(),
12822
this.
ParseExpressionCore
());
12830
this.
ParseExpressionCore
());
12880
var expression = this.
ParseExpressionCore
();
12901
this.
ParseExpressionCore
());
12909
this.
ParseExpressionCore
(),
12911
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
406
var expression = this.
ParseExpressionCore
();
415
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
589
ParseExpressionCore
());