3 references to IsMethodStatementSubOrFunctionKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (2)
36255
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(subOrFunctionKeyword.Kind))
48321
Debug.Assert(subOrFunctionKeyword IsNot Nothing AndAlso SyntaxFacts.
IsMethodStatementSubOrFunctionKeyword
(subOrFunctionKeyword.Kind))
Syntax\MethodBaseSyntax.vb (1)
322
Return
IsMethodStatementSubOrFunctionKeyword
(kind)