5 references to CanStartSpecifierDeclaration
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (5)
842
If SyntaxFacts.
CanStartSpecifierDeclaration
(possibleDeclarationStart) OrElse
1110
If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
1992
If SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
2002
SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind) Then
2689
customModifierError = SyntaxFacts.IsSpecifier(nextToken.Kind) OrElse SyntaxFacts.
CanStartSpecifierDeclaration
(nextToken.Kind)