12 references to FieldInternal
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
114case Glyph.FieldInternal:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
174case Microsoft.CodeAnalysis.Glyph.FieldInternal: 491return Microsoft.CodeAnalysis.Glyph.FieldInternal;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
193case Microsoft.CodeAnalysis.Glyph.FieldInternal: 510return Microsoft.CodeAnalysis.Glyph.FieldInternal;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
116Accessibility.Internal => Glyph.FieldInternal,
Common\GlyphTags.cs (1)
54Glyph.FieldInternal => WellKnownTagArrays.FieldInternal,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
57Glyph.FieldInternal => VSTypeScriptGlyph.FieldInternal, 141VSTypeScriptGlyph.FieldInternal => Glyph.FieldInternal,
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
792Glyph.FieldPublic or Glyph.FieldProtected or Glyph.FieldPrivate or Glyph.FieldInternal => "Field",
Utilities\GlyphExtensions.cs (2)
87case Glyph.FieldInternal: 199case Glyph.FieldInternal: