1 write to Kind
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\Lists\TypeListItem.cs (1)
16Kind = typeSymbol.TypeKind;
2 references to Kind
Microsoft.VisualStudio.LanguageServices (2)
Library\ObjectBrowser\ObjectList.cs (2)
196switch (typeListItem.Kind) 223Debug.Fail("Unexpected type kind: " + typeListItem.Kind.ToString());