15 references to DelegatePublic
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
71case Microsoft.CodeAnalysis.Glyph.DelegatePublic: 391return Microsoft.CodeAnalysis.Glyph.DelegatePublic;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
92case Microsoft.CodeAnalysis.Glyph.DelegatePublic: 412return Microsoft.CodeAnalysis.Glyph.DelegatePublic;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (2)
83_ => Glyph.DelegatePublic, 283DeclaredSymbolInfoKind.Delegate => Glyph.DelegatePublic,
Common\GlyphTags.cs (1)
28Glyph.DelegatePublic => WellKnownTagArrays.DelegatePublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
29Glyph.DelegatePublic => VSTypeScriptGlyph.DelegatePublic, 116VSTypeScriptGlyph.DelegatePublic => Glyph.DelegatePublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
66publicIcon = Glyph.DelegatePublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\Extensions.cs (1)
374Glyph.DelegatePublic => (KnownImageIds.ImageCatalogGuid, KnownImageIds.DelegatePublic),
Extensions\ProtocolConversions.cs (2)
612return Glyph.DelegatePublic; 664case Glyph.DelegatePublic:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
119case Glyph.DelegatePublic:
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
43case Glyph.DelegatePublic: