15 references to DelegateInternal
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Interactive\NavigateTo\InteractiveNavigateToTests.cs (1)
458VerifyNavigateToResultItem(item, "DoStuff", "[|DoStuff|]", PatternMatchKind.Exact, NavigateToItemKind.Delegate, Glyph.DelegateInternal);
NavigateTo\NavigateToTests.cs (1)
760VerifyNavigateToResultItem(item, "DoStuff", "[|DoStuff|]", PatternMatchKind.Exact, NavigateToItemKind.Delegate, Glyph.DelegateInternal);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
83case Microsoft.CodeAnalysis.Glyph.DelegateInternal: 403return Microsoft.CodeAnalysis.Glyph.DelegateInternal;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
104case Microsoft.CodeAnalysis.Glyph.DelegateInternal: 424return Microsoft.CodeAnalysis.Glyph.DelegateInternal;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
82Accessibility.Internal => Glyph.DelegateInternal,
Common\GlyphTags.cs (1)
31Glyph.DelegateInternal => WellKnownTagArrays.DelegateInternal,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
32Glyph.DelegateInternal => VSTypeScriptGlyph.DelegateInternal, 119VSTypeScriptGlyph.DelegateInternal => Glyph.DelegateInternal,
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\Extensions.cs (1)
377Glyph.DelegateInternal => (KnownImageIds.ImageCatalogGuid, KnownImageIds.DelegateInternal),
Extensions\ProtocolConversions.cs (1)
667case Glyph.DelegateInternal:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
122case Glyph.DelegateInternal:
Microsoft.VisualStudio.LanguageServices (2)
Utilities\GlyphExtensions.cs (2)
46case Glyph.DelegateInternal: 197case Glyph.DelegateInternal: