9 references to IsStopOrEndStatementStopOrEndKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
45903
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(stopOrEndKeyword.Kind))
45928
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(stopOrEndKeyword.Kind))
45958
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(stopOrEndKeyword.Kind))
57981
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(stopOrEndKeyword.Kind))
58006
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(stopOrEndKeyword.Kind))
58036
Debug.Assert(stopOrEndKeyword IsNot Nothing AndAlso SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(stopOrEndKeyword.Kind))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxFactsTest.vb (3)
871
Assert.True(SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(item))
873
Assert.False(SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(SyntaxKind.WithKeyword))
874
Assert.False(SyntaxFacts.
IsStopOrEndStatementStopOrEndKeyword
(SyntaxKind.None))