48 references to ParseExpressionCore
Microsoft.CodeAnalysis.CSharp (48)
Parser\LanguageParser.cs (45)
1296
nameEquals, nameColon, this.
ParseExpressionCore
());
4446
var expression = this.
ParseExpressionCore
();
5025
equalsToken == null ? null : _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
()));
5808
var initializer = this.
ParseExpressionCore
();
5854
: this.
ParseExpressionCore
();
6010
: this.
ParseExpressionCore
());
7939
var size = this.
ParseExpressionCore
();
9640
? this.
ParseExpressionCore
()
9745
static @this => @this.
ParseExpressionCore
(),
9804
var expression = this.
ParseExpressionCore
();
10004
arg = this.
ParseExpressionCore
();
10022
=> ParseErrantExpressionWhenNoCloseParenToken(this.
ParseExpressionCore
());
10035
var nextExpression = this.
ParseExpressionCore
();
10127
this.
ParseExpressionCore
(),
10188
arg = this.
ParseExpressionCore
();
10241
expression = this.
ParseExpressionCore
();
10355
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParseExpressionCore
() : null,
10395
expression = this.
ParseExpressionCore
();
10432
expression = this.
ParseExpressionCore
();
10440
expression = this.
ParseExpressionCore
();
10464
expression = this.
ParseExpressionCore
();
10480
expression = this.
ParseExpressionCore
();
11080
return ParseExpressionStatement(attributes, this.
ParseExpressionCore
());
11103
static @this => @this.
ParseExpressionCore
(),
11886
this.
ParseExpressionCore
());
12113
return this.AddError(_syntaxFactory.RefExpression(refKeyword, this.
ParseExpressionCore
()), ErrorCode.ERR_InvalidExprTerm, SyntaxFacts.GetText(tk));
12839
this.
ParseExpressionCore
();
13337
return _syntaxFactory.SpreadElement(this.EatDotDotToken(), this.
ParseExpressionCore
());
13340
return _syntaxFactory.ExpressionElement(this.
ParseExpressionCore
());
13377
this.
ParseExpressionCore
());
13490
static @this => @this.
ParseExpressionCore
(),
13625
static @this => @this.
ParseExpressionCore
(),
13656
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidArray);
13730
var size = this.AddError(this.
ParseExpressionCore
(), ErrorCode.ERR_InvalidStackAllocArray);
14016
? _syntaxFactory.EqualsValueClause(equalsToken, this.
ParseExpressionCore
())
14253
this.
ParseExpressionCore
());
14266
inExpression: this.
ParseExpressionCore
(),
14268
leftExpression: this.
ParseExpressionCore
(),
14270
rightExpression: this.
ParseExpressionCore
(),
14286
this.
ParseExpressionCore
());
14294
this.
ParseExpressionCore
());
14344
var expression = this.
ParseExpressionCore
();
14365
this.
ParseExpressionCore
());
14373
this.
ParseExpressionCore
(),
14375
this.
ParseExpressionCore
());
Parser\LanguageParser_InterpolatedString.cs (2)
535
var expression = this.
ParseExpressionCore
();
544
this.ConsumeUnexpectedTokens(this.
ParseExpressionCore
()));
Parser\LanguageParser_Patterns.cs (1)
637
ParseExpressionCore
());