12 references to ExtensionMethodProtected
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
103case Glyph.ExtensionMethodProtected:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
150case Microsoft.CodeAnalysis.Glyph.ExtensionMethodProtected: 467return Microsoft.CodeAnalysis.Glyph.ExtensionMethodProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
169case Microsoft.CodeAnalysis.Glyph.ExtensionMethodProtected: 486return Microsoft.CodeAnalysis.Glyph.ExtensionMethodProtected;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
106Accessibility.Protected => Glyph.ExtensionMethodProtected,
Common\GlyphTags.cs (1)
48Glyph.ExtensionMethodProtected => WellKnownTagArrays.ExtensionMethodProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
51Glyph.ExtensionMethodProtected => VSTypeScriptGlyph.ExtensionMethodProtected, 135VSTypeScriptGlyph.ExtensionMethodProtected => Glyph.ExtensionMethodProtected,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
513case Glyph.ExtensionMethodProtected:
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (1)
790Glyph.ExtensionMethodPublic or Glyph.ExtensionMethodProtected or Glyph.ExtensionMethodPrivate or Glyph.ExtensionMethodInternal => "Method",
Utilities\GlyphExtensions.cs (1)
69case Glyph.ExtensionMethodProtected: