6 references to ClassProtected
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (2)
64
Accessibility.Protected => Glyph.
ClassProtected
,
270
rawGlyph += (Glyph.
ClassProtected
- Glyph.ClassPublic);
Common\GlyphTags.cs (1)
19
Glyph.
ClassProtected
=> WellKnownTagArrays.ClassProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
20
Glyph.
ClassProtected
=> VSTypeScriptGlyph.ClassProtected,
107
VSTypeScriptGlyph.ClassProtected => Glyph.
ClassProtected
,
Shared\Extensions\ISymbolExtensions_2.cs (1)
172
publicIcon += Glyph.
ClassProtected
- Glyph.ClassPublic;