7 references to ClassProtected
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
739publicIcon += Glyph.ClassProtected - Glyph.ClassPublic;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (2)
64Accessibility.Protected => Glyph.ClassProtected, 273rawGlyph += (Glyph.ClassProtected - Glyph.ClassPublic);
Common\GlyphTags.cs (1)
19Glyph.ClassProtected => WellKnownTagArrays.ClassProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
20Glyph.ClassProtected => VSTypeScriptGlyph.ClassProtected, 107VSTypeScriptGlyph.ClassProtected => Glyph.ClassProtected,
Shared\Extensions\ISymbolExtensions_2.cs (1)
173publicIcon += Glyph.ClassProtected - Glyph.ClassPublic;