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