9 references to MethodPublic
Microsoft.CodeAnalysis.Features (9)
Common\GlyphExtensions.cs (1)
159_ => Glyph.MethodPublic,
Common\GlyphTags.cs (1)
62Glyph.MethodPublic => WellKnownTagArrays.MethodPublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
64Glyph.MethodPublic => VSTypeScriptGlyph.MethodPublic, 151VSTypeScriptGlyph.MethodPublic => Glyph.MethodPublic,
NavigateTo\RoslynNavigateToItem.cs (2)
290DeclaredSymbolInfoKind.Constructor => Glyph.MethodPublic, 299DeclaredSymbolInfoKind.Method => Glyph.MethodPublic,
NavigationBar\IRemoteNavigationBarItemService.cs (1)
127=> new(RoslynNavigationBarItemKind.GenerateDefaultConstructor, text, Glyph.MethodPublic, bolded: false, grayed: false, indent: 0, default, null, false, null, destinationTypeSymbolKey, null, null, null);
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.GenerateDefaultConstructorItem.cs (1)
11public sealed class GenerateDefaultConstructor(string text, SymbolKey destinationTypeSymbolKey) : AbstractGenerateCodeItem(RoslynNavigationBarItemKind.GenerateDefaultConstructor, text, Glyph.MethodPublic, destinationTypeSymbolKey), IEquatable<GenerateDefaultConstructor>
Shared\Extensions\ISymbolExtensions_2.cs (1)
111publicIcon = Glyph.MethodPublic;