1 write to NameDisplayParts
Microsoft.CodeAnalysis.Features (1)
FindUsages\DefinitionItem.cs (1)
129
NameDisplayParts
= nameDisplayParts.IsDefaultOrEmpty ? displayParts : nameDisplayParts;
1 reference to NameDisplayParts
Microsoft.CodeAnalysis.Features (1)
FindUsages\DefinitionItem.cs (1)
278
=> new(Tags, DisplayParts,
NameDisplayParts
, SourceSpans.SelectAsArray(ss => (DocumentIdSpan)ss), MetadataLocations, Properties, DisplayableProperties, DisplayIfNoReferences);