3 references to Kind
Microsoft.VisualStudio.LanguageServices.Xaml (3)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (3)
93
Kind = GetItemKind(xamlCompletion.
Kind
),
134
if (commitCharactersCache.TryGetValue(completionItem.
Kind
, out var cachedCharacters))
143
commitCharactersCache.Add(completionItem.
Kind
, commitCharacters);