6 references to IsMethodStatementSubOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (2)
44183
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(subOrFunctionKeyword.Kind))
56261
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(subOrFunctionKeyword.Kind))
Syntax\MethodBaseSyntax.vb (1)
322
Return
IsMethodStatementSubOrFunctionKeyword
(kind)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxFactsTest.vb (3)
613
Assert.True(SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(item))
615
Assert.False(SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(SyntaxKind.NamespaceBlock))
616
Assert.False(SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(SyntaxKind.None))