1 write to EditorBrowsableAttributeConstructor
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\EditorBrowsableHelpers.cs (1)
28EditorBrowsableAttributeConstructor = GetSpecialEditorBrowsableAttributeConstructor(compilation);
1 reference to EditorBrowsableAttributeConstructor
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
103var (isProhibited, isEditorBrowsableStateAdvanced) = IsBrowsingProhibitedByEditorBrowsableAttribute(attributes, hideAdvancedMembers, editorBrowsableInfo.EditorBrowsableAttributeConstructor);