2 references to GetKeywordHighlightTags
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpKeywordHighlighting.cs (1)
119
Assert.Equal(expectedCount, VisualStudio.Editor.
GetKeywordHighlightTags
());
VisualBasic\BasicKeywordHighlighting.cs (1)
53
Assert.Equal(expectedCount, VisualStudio.Editor.
GetKeywordHighlightTags
().Length);