6 references to IsSpecifier
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\Parser.vb (6)
844SyntaxFacts.IsSpecifier(possibleDeclarationStart) Then 1111If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) Then 1993If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) Then 2002If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse 2690customModifierError = SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) 2698If SyntaxFacts.IsSpecifier(identifierStart.Kind) Then