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