6 references to IsSpecifier
Microsoft.CodeAnalysis.VisualBasic (6)
Parser\Parser.vb (6)
850SyntaxFacts.IsSpecifier(possibleDeclarationStart) Then 1117If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) Then 1999If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) Then 2008If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse 2696customModifierError = SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.CanStartSpecifierDeclaration(nextToken.Kind) 2704If SyntaxFacts.IsSpecifier(identifierStart.Kind) Then