48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296
nameEquals, nameColon, this.
ParseExpressionCore
());
4400
var expression = this.
ParseExpressionCore
();
4979
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5762
var initializer = this.
ParseExpressionCore
();
5808
: this.
ParseExpressionCore
();
5964
: this.
ParseExpressionCore
());
7893
var size = this.
ParseExpressionCore
();
9594
? this.
ParseExpressionCore
()
9699
static @this => @this.
ParseExpressionCore
(),
9758
var expression = this.
ParseExpressionCore
();
9958
arg = this.
ParseExpressionCore
();
9976
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
9989
var nextExpression = this.
ParseExpressionCore
();
10081
this.
ParseExpressionCore
(),
10142
arg = this.
ParseExpressionCore
();
10195
expression = this.
ParseExpressionCore
();
10309
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10349
expression = this.
ParseExpressionCore
();
10386
expression = this.
ParseExpressionCore
();
10394
expression = this.
ParseExpressionCore
();
10418
expression = this.
ParseExpressionCore
();
10434
expression = this.
ParseExpressionCore
();
11030
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
11053
static @this => @this.
ParseExpressionCore
(),
11836
this.
ParseExpressionCore
());
12063
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12789
this.
ParseExpressionCore
();
13287
return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
());
13290
return _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13327
this.
ParseExpressionCore
());
13440
static @this => @this.
ParseExpressionCore
(),
13575
static @this => @this.
ParseExpressionCore
(),
13606
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13680
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
13966
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14203
this.
ParseExpressionCore
());
14216
inExpression: this.
ParseExpressionCore
(),
14218
leftExpression: this.
ParseExpressionCore
(),
14220
rightExpression: this.
ParseExpressionCore
(),
14236
this.
ParseExpressionCore
());
14244
this.
ParseExpressionCore
());
14294
var expression = this.
ParseExpressionCore
();
14315
this.
ParseExpressionCore
());
14323
this.
ParseExpressionCore
(),
14325
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
637
ParseExpressionCore
());