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