5 references to IsExitStatementBlockKeyword
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
46256
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.
IsExitStatementBlockKeyword
(blockKeyword.Kind))
58334
Debug.Assert(blockKeyword IsNot Nothing AndAlso SyntaxFacts.
IsExitStatementBlockKeyword
(blockKeyword.Kind))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxFactsTest.vb (3)
469
Assert.True(SyntaxFacts.
IsExitStatementBlockKeyword
(item))
471
Assert.False(SyntaxFacts.
IsExitStatementBlockKeyword
(SyntaxKind.ExitKeyword))
472
Assert.False(SyntaxFacts.
IsExitStatementBlockKeyword
(SyntaxKind.None))