2 references to GetSymbolDisplayPartKind
Microsoft.CodeAnalysis.Features (2)
Common\TaggedText.cs (1)
115return SymbolDisplayPartKindTags.GetTag(namedType.GetSymbolDisplayPartKind());
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
95var kind = structuralType.GetSymbolDisplayPartKind();