6 references to IsDeclareStatementSubOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (2)
44386
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.
IsDeclareStatementSubOrFunctionKeyword
(subOrFunctionKeyword.Kind))
56464
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.
IsDeclareStatementSubOrFunctionKeyword
(subOrFunctionKeyword.Kind))
Syntax\MethodBaseSyntax.vb (1)
304
Return
IsDeclareStatementSubOrFunctionKeyword
(kind)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxFactsTest.vb (3)
405
Assert.True(SyntaxFacts.
IsDeclareStatementSubOrFunctionKeyword
(item))
407
Assert.False(SyntaxFacts.
IsDeclareStatementSubOrFunctionKeyword
(SyntaxKind.NamespaceBlock))
408
Assert.False(SyntaxFacts.
IsDeclareStatementSubOrFunctionKeyword
(SyntaxKind.None))