14 references to EnumInternal
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
NavigateTo\NavigateToTests.cs (1)
283VerifyNavigateToResultItem(item, "Colors", "[|Colors|]", PatternMatchKind.Exact, NavigateToItemKind.Enum, Glyph.EnumInternal);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
99case Microsoft.CodeAnalysis.Glyph.EnumInternal: 419return Microsoft.CodeAnalysis.Glyph.EnumInternal;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
120case Microsoft.CodeAnalysis.Glyph.EnumInternal: 440return Microsoft.CodeAnalysis.Glyph.EnumInternal;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
90Accessibility.Internal => Glyph.EnumInternal,
Common\GlyphTags.cs (1)
35Glyph.EnumInternal => WellKnownTagArrays.EnumInternal,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
36Glyph.EnumInternal => VSTypeScriptGlyph.EnumInternal, 123VSTypeScriptGlyph.EnumInternal => Glyph.EnumInternal,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\Extensions.cs (1)
382Glyph.EnumInternal => (KnownImageIds.ImageCatalogGuid, KnownImageIds.EnumerationInternal),
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
126case Glyph.EnumInternal:
Microsoft.VisualStudio.LanguageServices (2)
Utilities\GlyphExtensions.cs (2)
52case Glyph.EnumInternal: 198case Glyph.EnumInternal:
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
165Assert.Equal(Glyph.EnumInternal, item.Data.Glyph);