14 references to StructureProtected
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
194case Glyph.StructureProtected:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
286case Microsoft.CodeAnalysis.Glyph.StructureProtected: 603return Microsoft.CodeAnalysis.Glyph.StructureProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
305case Microsoft.CodeAnalysis.Glyph.StructureProtected: 622return Microsoft.CodeAnalysis.Glyph.StructureProtected;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
190Accessibility.Protected => Glyph.StructureProtected,
Common\GlyphTags.cs (1)
82Glyph.StructureProtected => WellKnownTagArrays.StructureProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
85Glyph.StructureProtected => VSTypeScriptGlyph.StructureProtected, 169VSTypeScriptGlyph.StructureProtected => Glyph.StructureProtected,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
523case Glyph.StructureProtected:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
130case Glyph.StructureProtected:
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
797Glyph.StructurePublic or Glyph.StructureProtected or Glyph.StructurePrivate or Glyph.StructureInternal => "Structure",
Utilities\GlyphExtensions.cs (2)
145case Glyph.StructureProtected: 178case Glyph.StructureProtected: