14 references to DelegatePrivate
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
69case Glyph.DelegatePrivate:
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
82case Microsoft.CodeAnalysis.Glyph.DelegatePrivate: 399return Microsoft.CodeAnalysis.Glyph.DelegatePrivate;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
101case Microsoft.CodeAnalysis.Glyph.DelegatePrivate: 418return Microsoft.CodeAnalysis.Glyph.DelegatePrivate;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
72Accessibility.Private => Glyph.DelegatePrivate,
Common\GlyphTags.cs (1)
32Glyph.DelegatePrivate => WellKnownTagArrays.DelegatePrivate,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
34Glyph.DelegatePrivate => VSTypeScriptGlyph.DelegatePrivate, 118VSTypeScriptGlyph.DelegatePrivate => Glyph.DelegatePrivate,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
510case Glyph.DelegatePrivate:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
111case Glyph.DelegatePrivate:
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
787Glyph.DelegatePublic or Glyph.DelegateProtected or Glyph.DelegatePrivate or Glyph.DelegateInternal => "Delegate",
Utilities\GlyphExtensions.cs (2)
47case Glyph.DelegatePrivate: 183case Glyph.DelegatePrivate: