8 references to ParsePossibleRefExpression
Microsoft.CodeAnalysis.CSharp (8)
Parser\LanguageParser.cs (8)
3764
ParsePossibleRefExpression
());
9023
this.CurrentToken.Kind != SyntaxKind.SemicolonToken ? this.
ParsePossibleRefExpression
() : null,
10574
var colonLeft = this.
ParsePossibleRefExpression
();
10589
var colonRight = this.
ParsePossibleRefExpression
();
12090
return this.
ParsePossibleRefExpression
();
12112
: this.
ParsePossibleRefExpression
());
12123
: this.
ParsePossibleRefExpression
());
12461
: (null,
ParsePossibleRefExpression
());