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