8 references to MethodPublic
Microsoft.CodeAnalysis.Features (8)
Common\GlyphExtensions.cs (1)
151_ => Glyph.MethodPublic,
Common\GlyphTags.cs (1)
64Glyph.MethodPublic => WellKnownTagArrays.MethodPublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
67Glyph.MethodPublic => VSTypeScriptGlyph.MethodPublic, 151VSTypeScriptGlyph.MethodPublic => Glyph.MethodPublic,
NavigateTo\RoslynNavigateToItem.cs (2)
290DeclaredSymbolInfoKind.Constructor => Glyph.MethodPublic, 299DeclaredSymbolInfoKind.Method => Glyph.MethodPublic,
NavigationBar\IRemoteNavigationBarItemService.cs (1)
128=> new(RoslynNavigationBarItemKind.GenerateDefaultConstructor, text, Glyph.MethodPublic, bolded: false, grayed: false, indent: 0, default, null, false, null, destinationTypeSymbolKey, null, null, null);
Shared\Extensions\ISymbolExtensions_2.cs (1)
111publicIcon = Glyph.MethodPublic;