12 references to PropertyProtected
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
169case Glyph.PropertyProtected:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
262case Microsoft.CodeAnalysis.Glyph.PropertyProtected: 579return Microsoft.CodeAnalysis.Glyph.PropertyProtected;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
281case Microsoft.CodeAnalysis.Glyph.PropertyProtected: 598return Microsoft.CodeAnalysis.Glyph.PropertyProtected;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
173Accessibility.Protected => Glyph.PropertyProtected,
Common\GlyphTags.cs (1)
76Glyph.PropertyProtected => WellKnownTagArrays.PropertyProtected,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
79Glyph.PropertyProtected => VSTypeScriptGlyph.PropertyProtected, 163VSTypeScriptGlyph.PropertyProtected => Glyph.PropertyProtected,
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
796Glyph.PropertyPublic or Glyph.PropertyProtected or Glyph.PropertyPrivate or Glyph.PropertyInternal => "Property",
Utilities\GlyphExtensions.cs (2)
133case Glyph.PropertyProtected: 177case Glyph.PropertyProtected: