11 references to StatusInformation
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
123case Microsoft.CodeAnalysis.Glyph.StatusInformation: 443return Microsoft.CodeAnalysis.Glyph.StatusInformation;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
144case Microsoft.CodeAnalysis.Glyph.StatusInformation: 464return Microsoft.CodeAnalysis.Glyph.StatusInformation;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
220return Glyph.StatusInformation;
Common\GlyphTags.cs (1)
89Glyph.StatusInformation => WellKnownTagArrays.StatusInformation,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
42Glyph.StatusInformation => VSTypeScriptGlyph.StatusInformation, 129VSTypeScriptGlyph.StatusInformation => Glyph.StatusInformation,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\Extensions.cs (1)
453Glyph.StatusInformation => (KnownImageIds.ImageCatalogGuid, KnownImageIds.StatusInformation),
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
579GlyphTags.GetTags(Glyph.StatusInformation),
FindReferences\Contexts\WithReferencesFindUsagesContext.cs (1)
297GlyphTags.GetTags(Glyph.StatusInformation),