13 references to InterfaceProtected
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
119case Glyph.InterfaceProtected:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
182case Microsoft.CodeAnalysis.Glyph.InterfaceProtected: 499return Microsoft.CodeAnalysis.Glyph.InterfaceProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
201case Microsoft.CodeAnalysis.Glyph.InterfaceProtected: 518return Microsoft.CodeAnalysis.Glyph.InterfaceProtected;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
122Accessibility.Protected => Glyph.InterfaceProtected,
Common\GlyphTags.cs (1)
56Glyph.InterfaceProtected => WellKnownTagArrays.InterfaceProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
59Glyph.InterfaceProtected => VSTypeScriptGlyph.InterfaceProtected, 143VSTypeScriptGlyph.InterfaceProtected => Glyph.InterfaceProtected,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
122case Glyph.InterfaceProtected:
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
793Glyph.InterfacePublic or Glyph.InterfaceProtected or Glyph.InterfacePrivate or Glyph.InterfaceInternal => "Interface",
Utilities\GlyphExtensions.cs (2)
91case Glyph.InterfaceProtected: 174case Glyph.InterfaceProtected: