6 references to ClassProtected
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (1)
55
Accessibility.Protected => Glyph.
ClassProtected
,
Common\GlyphTags.cs (1)
21
Glyph.
ClassProtected
=> WellKnownTagArrays.ClassProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
23
Glyph.
ClassProtected
=> VSTypeScriptGlyph.ClassProtected,
107
VSTypeScriptGlyph.ClassProtected => Glyph.
ClassProtected
,
NavigateTo\RoslynNavigateToItem.cs (1)
328
rawGlyph += (Glyph.
ClassProtected
- Glyph.ClassPublic);
Shared\Extensions\ISymbolExtensions_2.cs (1)
172
publicIcon += Glyph.
ClassProtected
- Glyph.ClassPublic;