19 references to DelegateInternal
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Interactive\NavigateTo\InteractiveNavigateToTests.cs (1)
472VerifyNavigateToResultItem(item, "DoStuff", "[|DoStuff|]", PatternMatchKind.Exact, NavigateToItemKind.Delegate, Glyph.DelegateInternal);
NavigateTo\NavigateToTests.cs (1)
785VerifyNavigateToResultItem(item, "DoStuff", "[|DoStuff|]", PatternMatchKind.Exact, NavigateToItemKind.Delegate, Glyph.DelegateInternal);
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Extensions\GlyphExtensions.cs (1)
71case Glyph.DelegateInternal:
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
NavigationBar\CSharpNavigationBarTests.vb (1)
219Item("Goo", Glyph.DelegateInternal, children:={}))
NavigationBar\VisualBasicNavigationBarTests.vb (1)
170Item("Goo", Glyph.DelegateInternal, children:={}, bolded:=True))
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
86case Microsoft.CodeAnalysis.Glyph.DelegateInternal: 403return Microsoft.CodeAnalysis.Glyph.DelegateInternal;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
105case Microsoft.CodeAnalysis.Glyph.DelegateInternal: 422return Microsoft.CodeAnalysis.Glyph.DelegateInternal;
Microsoft.CodeAnalysis.Features (4)
Common\GlyphExtensions.cs (1)
73Accessibility.Internal => Glyph.DelegateInternal,
Common\GlyphTags.cs (1)
33Glyph.DelegateInternal => WellKnownTagArrays.DelegateInternal,
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
35Glyph.DelegateInternal => VSTypeScriptGlyph.DelegateInternal, 119VSTypeScriptGlyph.DelegateInternal => Glyph.DelegateInternal,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
511case Glyph.DelegateInternal:
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
112case Glyph.DelegateInternal:
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
NavigateTo\NavigateToTests.vb (1)
625VerifyNavigateToResultItem(item, "DoStuff", "[|DoStuff|]", PatternMatchKind.Exact, NavigateToItemKind.Delegate, Glyph.DelegateInternal)
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphBuilder.cs (1)
787Glyph.DelegatePublic or Glyph.DelegateProtected or Glyph.DelegatePrivate or Glyph.DelegateInternal => "Delegate",
Utilities\GlyphExtensions.cs (2)
48case Glyph.DelegateInternal: 196case Glyph.DelegateInternal: