48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296
nameEquals, nameColon, this.
ParseExpressionCore
());
4451
var expression = this.
ParseExpressionCore
();
5030
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5813
var initializer = this.
ParseExpressionCore
();
5859
: this.
ParseExpressionCore
();
6015
: this.
ParseExpressionCore
());
7944
var size = this.
ParseExpressionCore
();
9663
? this.
ParseExpressionCore
()
9768
static @this => @this.
ParseExpressionCore
(),
9827
var expression = this.
ParseExpressionCore
();
10027
arg = this.
ParseExpressionCore
();
10045
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
10058
var nextExpression = this.
ParseExpressionCore
();
10150
this.
ParseExpressionCore
(),
10211
arg = this.
ParseExpressionCore
();
10264
expression = this.
ParseExpressionCore
();
10378
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10418
expression = this.
ParseExpressionCore
();
10455
expression = this.
ParseExpressionCore
();
10463
expression = this.
ParseExpressionCore
();
10487
expression = this.
ParseExpressionCore
();
10503
expression = this.
ParseExpressionCore
();
11103
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
11126
static @this => @this.
ParseExpressionCore
(),
11911
this.
ParseExpressionCore
());
12140
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12875
this.
ParseExpressionCore
();
13373
return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
());
13376
return _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13413
this.
ParseExpressionCore
());
13526
static @this => @this.
ParseExpressionCore
(),
13661
static @this => @this.
ParseExpressionCore
(),
13692
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13766
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
14052
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14289
this.
ParseExpressionCore
());
14302
inExpression: this.
ParseExpressionCore
(),
14304
leftExpression: this.
ParseExpressionCore
(),
14306
rightExpression: this.
ParseExpressionCore
(),
14322
this.
ParseExpressionCore
());
14330
this.
ParseExpressionCore
());
14380
var expression = this.
ParseExpressionCore
();
14401
this.
ParseExpressionCore
());
14409
this.
ParseExpressionCore
(),
14411
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
637
ParseExpressionCore
());