16 references to ClassProtected
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
664publicIcon += Glyph.ClassProtected - Glyph.ClassPublic;
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
44case Glyph.ClassProtected:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
38case Microsoft.CodeAnalysis.Glyph.ClassProtected: 355return Microsoft.CodeAnalysis.Glyph.ClassProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
57case Microsoft.CodeAnalysis.Glyph.ClassProtected: 374return Microsoft.CodeAnalysis.Glyph.ClassProtected;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (1)
55Accessibility.Protected => Glyph.ClassProtected,
Common\GlyphTags.cs (1)
21Glyph.ClassProtected => WellKnownTagArrays.ClassProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
23Glyph.ClassProtected => VSTypeScriptGlyph.ClassProtected, 107VSTypeScriptGlyph.ClassProtected => Glyph.ClassProtected,
NavigateTo\RoslynNavigateToItem.cs (1)
337rawGlyph += (Glyph.ClassProtected - Glyph.ClassPublic);
Shared\Extensions\ISymbolExtensions_2.cs (1)
169publicIcon += Glyph.ClassProtected - Glyph.ClassPublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
106case Glyph.ClassProtected:
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
785Glyph.ClassPublic or Glyph.ClassProtected or Glyph.ClassPrivate or Glyph.ClassInternal => "Class",
Utilities\GlyphExtensions.cs (2)
28case Glyph.ClassProtected: 168case Glyph.ClassProtected: