48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1295
nameEquals, nameColon, this.
ParseExpressionCore
());
4358
var expression = this.
ParseExpressionCore
();
4935
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5699
var initializer = this.
ParseExpressionCore
();
5745
: this.
ParseExpressionCore
();
5901
: this.
ParseExpressionCore
());
7830
var size = this.
ParseExpressionCore
();
9537
? this.
ParseExpressionCore
()
9642
static @this => @this.
ParseExpressionCore
(),
9701
var expression = this.
ParseExpressionCore
();
9901
arg = this.
ParseExpressionCore
();
9919
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
9932
var nextExpression = this.
ParseExpressionCore
();
10024
this.
ParseExpressionCore
(),
10085
arg = this.
ParseExpressionCore
();
10138
expression = this.
ParseExpressionCore
();
10252
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10292
expression = this.
ParseExpressionCore
();
10329
expression = this.
ParseExpressionCore
();
10337
expression = this.
ParseExpressionCore
();
10361
expression = this.
ParseExpressionCore
();
10377
expression = this.
ParseExpressionCore
();
10971
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
10994
static @this => @this.
ParseExpressionCore
(),
11777
this.
ParseExpressionCore
());
12004
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12730
this.
ParseExpressionCore
();
13203
? _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
())
13204
: _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13241
this.
ParseExpressionCore
());
13354
static @this => @this.
ParseExpressionCore
(),
13489
static @this => @this.
ParseExpressionCore
(),
13520
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13594
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13880
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14117
this.
ParseExpressionCore
());
14130
inExpression: this.
ParseExpressionCore
(),
14132
leftExpression: this.
ParseExpressionCore
(),
14134
rightExpression: this.
ParseExpressionCore
(),
14150
this.
ParseExpressionCore
());
14158
this.
ParseExpressionCore
());
14208
var expression = this.
ParseExpressionCore
();
14229
this.
ParseExpressionCore
());
14237
this.
ParseExpressionCore
(),
14239
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
635
ParseExpressionCore
());