2 references to IsGeneric
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\ImportCompletionProvider\TypeImportCompletionCacheEntry.cs (2)
136
if (!isSameLanguage && info.
IsGeneric
)
268
=> new(newItem, IsPublic,
IsGeneric
, IsAttribute, IsEditorBrowsableStateAdvanced, IsEnumBaseType);