7 references to Delegate
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
121DeclaredSymbolInfoKind.Delegate, GetAccessibility(delegateDeclaration.GetRequiredParent(), delegateDeclaration.Modifiers));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
303DeclaredSymbolInfoKind.Delegate,
Microsoft.CodeAnalysis.Features (3)
Common\GlyphExtensions.cs (1)
283DeclaredSymbolInfoKind.Delegate => Glyph.DelegatePublic,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
196case DeclaredSymbolInfoKind.Delegate: 269lookupTable[(int)DeclaredSymbolInfoKind.Delegate] = true;
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
107case DeclaredSymbolInfoKind.Delegate:
Workspace\Solution\Project.cs (1)
442case DeclaredSymbolInfoKind.Delegate: