2 references to IsEditorBrowsableStateAdvanced
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\ImportCompletionProvider\TypeImportCompletionCacheEntry.cs (2)
222
| (isEditorBrowsableStateAdvanced ? ItemPropertyKind.
IsEditorBrowsableStateAdvanced
: 0);
239
=> (_properties & ItemPropertyKind.
IsEditorBrowsableStateAdvanced
) != 0;