14 references to DelegateProtected
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
67case Glyph.DelegateProtected:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
78case Microsoft.CodeAnalysis.Glyph.DelegateProtected: 395return Microsoft.CodeAnalysis.Glyph.DelegateProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
97case Microsoft.CodeAnalysis.Glyph.DelegateProtected: 414return Microsoft.CodeAnalysis.Glyph.DelegateProtected;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
71Accessibility.Protected => Glyph.DelegateProtected,
Common\GlyphTags.cs (1)
31Glyph.DelegateProtected => WellKnownTagArrays.DelegateProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
33Glyph.DelegateProtected => VSTypeScriptGlyph.DelegateProtected, 117VSTypeScriptGlyph.DelegateProtected => Glyph.DelegateProtected,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
509case Glyph.DelegateProtected:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
110case Glyph.DelegateProtected:
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
787Glyph.DelegatePublic or Glyph.DelegateProtected or Glyph.DelegatePrivate or Glyph.DelegateInternal => "Delegate",
Utilities\GlyphExtensions.cs (2)
46case Glyph.DelegateProtected: 170case Glyph.DelegateProtected: