8 references to PropertyPublic
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
724SymbolKind.Property => Glyph.PropertyPublic,
Microsoft.CodeAnalysis.Features (7)
Common\GlyphExtensions.cs (3)
191_ => Glyph.PropertyPublic, 292DeclaredSymbolInfoKind.Indexer => Glyph.PropertyPublic, 297DeclaredSymbolInfoKind.Property => Glyph.PropertyPublic,
Common\GlyphTags.cs (1)
76Glyph.PropertyPublic => WellKnownTagArrays.PropertyPublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
78Glyph.PropertyPublic => VSTypeScriptGlyph.PropertyPublic, 162VSTypeScriptGlyph.PropertyPublic => Glyph.PropertyPublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
145publicIcon = Glyph.PropertyPublic;