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