15 references to ClassProtected
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
658publicIcon += Glyph.ClassProtected - Glyph.ClassPublic;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
35case Microsoft.CodeAnalysis.Glyph.ClassProtected: 355return Microsoft.CodeAnalysis.Glyph.ClassProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
56case Microsoft.CodeAnalysis.Glyph.ClassProtected: 376return Microsoft.CodeAnalysis.Glyph.ClassProtected;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (2)
64Accessibility.Protected => Glyph.ClassProtected, 270rawGlyph += (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)
172publicIcon += Glyph.ClassProtected - Glyph.ClassPublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\Extensions.cs (1)
360Glyph.ClassProtected => (KnownImageIds.ImageCatalogGuid, KnownImageIds.ClassProtected),
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
116case Glyph.ClassProtected:
Microsoft.VisualStudio.LanguageServices (2)
Utilities\GlyphExtensions.cs (2)
26case Glyph.ClassProtected: 169case Glyph.ClassProtected: