5 references to CanStartSpecifierDeclaration
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (5)
849
If SyntaxFacts.
CanStartSpecifierDeclaration
(possibleDeclarationStart) OrElse
1117
If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
1999
If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
2009
SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
2696
customModifierError = SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind)