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