5 references to GetPreprocessorKeywordKinds
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (5)
Syntax\SyntaxFactsTest.vb (5)
165
Assert.Contains(SyntaxKind.RegionKeyword, SyntaxFacts.
GetPreprocessorKeywordKinds
)
166
Assert.Contains(SyntaxKind.EnableKeyword, SyntaxFacts.
GetPreprocessorKeywordKinds
)
167
Assert.Contains(SyntaxKind.WarningKeyword, SyntaxFacts.
GetPreprocessorKeywordKinds
)
168
Assert.Contains(SyntaxKind.DisableKeyword, SyntaxFacts.
GetPreprocessorKeywordKinds
)
169
Assert.DoesNotContain(SyntaxKind.PublicKeyword, SyntaxFacts.
GetPreprocessorKeywordKinds
)