16 references to DelegatePublic
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
65case Glyph.DelegatePublic:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
74case Microsoft.CodeAnalysis.Glyph.DelegatePublic: 391return Microsoft.CodeAnalysis.Glyph.DelegatePublic;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
93case Microsoft.CodeAnalysis.Glyph.DelegatePublic: 410return Microsoft.CodeAnalysis.Glyph.DelegatePublic;
Microsoft.CodeAnalysis.Features (6)
Common\GlyphExtensions.cs (1)
74_ => Glyph.DelegatePublic,
Common\GlyphTags.cs (1)
30Glyph.DelegatePublic => WellKnownTagArrays.DelegatePublic,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
32Glyph.DelegatePublic => VSTypeScriptGlyph.DelegatePublic, 116VSTypeScriptGlyph.DelegatePublic => Glyph.DelegatePublic,
NavigateTo\RoslynNavigateToItem.cs (1)
300DeclaredSymbolInfoKind.Delegate => Glyph.DelegatePublic,
Shared\Extensions\ISymbolExtensions_2.cs (1)
65publicIcon = Glyph.DelegatePublic;
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.cs (2)
456return Glyph.DelegatePublic; 508case Glyph.DelegatePublic:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
109case Glyph.DelegatePublic:
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (1)
787Glyph.DelegatePublic or Glyph.DelegateProtected or Glyph.DelegatePrivate or Glyph.DelegateInternal => "Delegate",
Utilities\GlyphExtensions.cs (1)
45case Glyph.DelegatePublic: