6 references to IsSpecifier
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\Parser.vb (6)
843SyntaxFacts.IsSpecifier(possibleDeclarationStart) Then 1110If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) Then 1992If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) Then 2001If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse 2689customModifierError = SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) 2697If SyntaxFacts.IsSpecifier(identifierStart.Kind) Then