1 write to NameDisplayParts
Microsoft.CodeAnalysis.Features (1)
FindUsages\DefinitionItem.cs (1)
128
NameDisplayParts
= nameDisplayParts.IsDefaultOrEmpty ? displayParts : nameDisplayParts;
2 references to NameDisplayParts
Microsoft.CodeAnalysis.Features (2)
FindUsages\DefinitionItem.cs (1)
277
=> new(Tags, DisplayParts,
NameDisplayParts
, SourceSpans.SelectAsArray(ss => (DocumentIdSpan)ss), MetadataLocations, Properties, DisplayableProperties, DisplayIfNoReferences);
FindUsages\IRemoteFindUsagesService.cs (1)
225
item.
NameDisplayParts
,