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