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