7 references to GetPreprocessorKeywordKind
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
Syntax\SyntaxFactsTest.vb (7)
153
Assert.NotEqual(SyntaxKind.None, SyntaxFacts.
GetPreprocessorKeywordKind
(item))
155
Assert.Equal(SyntaxKind.ExternalSourceKeyword, SyntaxFacts.
GetPreprocessorKeywordKind
("externalsource"))
156
Assert.Equal(SyntaxKind.EndKeyword, SyntaxFacts.
GetPreprocessorKeywordKind
("end"))
157
Assert.Equal(SyntaxKind.DisableKeyword, SyntaxFacts.
GetPreprocessorKeywordKind
("disable"))
158
Assert.Equal(SyntaxKind.EnableKeyword, SyntaxFacts.
GetPreprocessorKeywordKind
("enable"))
159
Assert.Equal(SyntaxKind.None, SyntaxFacts.
GetPreprocessorKeywordKind
(String.Empty))
160
Assert.Equal(SyntaxKind.None, SyntaxFacts.
GetPreprocessorKeywordKind
("d"))