2 references to IsPossibleTypedIdentifierStart
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
8226
bool? typedIdentifier =
IsPossibleTypedIdentifierStart
(this.CurrentToken, this.PeekToken(1), allowThisKeyword: false);
8591
bool? typedIdentifier =
IsPossibleTypedIdentifierStart
(nextToken, PeekToken(2), allowThisKeyword: true);