5 references to MethodProtected
Microsoft.CodeAnalysis.Features (5)
Common\GlyphExtensions.cs (1)
148Accessibility.Protected => Glyph.MethodProtected,
Common\GlyphTags.cs (1)
65Glyph.MethodProtected => WellKnownTagArrays.MethodProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
68Glyph.MethodProtected => VSTypeScriptGlyph.MethodProtected, 152VSTypeScriptGlyph.MethodProtected => Glyph.MethodProtected,
NavigationBar\IRemoteNavigationBarItemService.cs (1)
119=> new(RoslynNavigationBarItemKind.GenerateFinalizer, text, Glyph.MethodProtected, bolded: false, grayed: false, indent: 0, default, null, false, null, destinationTypeSymbolKey, null, null, null);