7 references to PropertyPublic
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (1)
176_ => Glyph.PropertyPublic,
Common\GlyphTags.cs (1)
75Glyph.PropertyPublic => WellKnownTagArrays.PropertyPublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
78Glyph.PropertyPublic => VSTypeScriptGlyph.PropertyPublic, 162VSTypeScriptGlyph.PropertyPublic => Glyph.PropertyPublic,
NavigateTo\RoslynNavigateToItem.cs (2)
297DeclaredSymbolInfoKind.Indexer => Glyph.PropertyPublic, 301DeclaredSymbolInfoKind.Property => Glyph.PropertyPublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
144publicIcon = Glyph.PropertyPublic;