13 references to MethodProtected
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
215case Microsoft.CodeAnalysis.Glyph.MethodProtected: 535return Microsoft.CodeAnalysis.Glyph.MethodProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
236case Microsoft.CodeAnalysis.Glyph.MethodProtected: 556return Microsoft.CodeAnalysis.Glyph.MethodProtected;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (1)
157Accessibility.Protected => Glyph.MethodProtected,
Common\GlyphTags.cs (1)
63Glyph.MethodProtected => WellKnownTagArrays.MethodProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
65Glyph.MethodProtected => VSTypeScriptGlyph.MethodProtected, 152VSTypeScriptGlyph.MethodProtected => Glyph.MethodProtected,
NavigationBar\IRemoteNavigationBarItemService.cs (1)
118=> new(RoslynNavigationBarItemKind.GenerateFinalizer, text, Glyph.MethodProtected, bolded: false, grayed: false, indent: 0, default, null, false, null, destinationTypeSymbolKey, null, null, null);
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.GenerateFinalizerItem.cs (1)
11public sealed class GenerateFinalizer(string text, SymbolKey destinationTypeSymbolKey) : AbstractGenerateCodeItem(RoslynNavigationBarItemKind.GenerateFinalizer, text, Glyph.MethodProtected, destinationTypeSymbolKey), IEquatable<GenerateFinalizer>
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
420Glyph.MethodProtected => (KnownImageIds.ImageCatalogGuid, KnownImageIds.MethodProtected),
Microsoft.VisualStudio.LanguageServices (2)
Utilities\GlyphExtensions.cs (2)
110case Glyph.MethodProtected: 176case Glyph.MethodProtected: