3 references to IsPossibleType
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
2134
if (this.
IsPossibleType
())
6379
if (this.CurrentToken.Kind == SyntaxKind.CommaToken || this.
IsPossibleType
())
6449
static p => p.CurrentToken.Kind != SyntaxKind.CommaToken && !p.
IsPossibleType
(),