5 references to CanStartSpecifierDeclaration
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (5)
843
If SyntaxFacts.
CanStartSpecifierDeclaration
(possibleDeclarationStart) OrElse
1111
If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
1993
If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
2003
SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
2690
customModifierError = SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind)