12 references to MethodInternal
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
149case Glyph.MethodInternal:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
226case Microsoft.CodeAnalysis.Glyph.MethodInternal: 543return Microsoft.CodeAnalysis.Glyph.MethodInternal;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
245case Microsoft.CodeAnalysis.Glyph.MethodInternal: 562return Microsoft.CodeAnalysis.Glyph.MethodInternal;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
150Accessibility.Internal => Glyph.MethodInternal,
Common\GlyphTags.cs (1)
67Glyph.MethodInternal => WellKnownTagArrays.MethodInternal,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
70Glyph.MethodInternal => VSTypeScriptGlyph.MethodInternal, 154VSTypeScriptGlyph.MethodInternal => Glyph.MethodInternal,
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
794Glyph.MethodPublic or Glyph.MethodProtected or Glyph.MethodPrivate or Glyph.MethodInternal => "Method",
Utilities\GlyphExtensions.cs (2)
114case Glyph.MethodInternal: 201case Glyph.MethodInternal: