3 references to IsDelegateType
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
45var parent = symbol.IsDelegateType()
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ISymbolExtensions.cs (2)
312=> symbol.IsAnonymousType() && !symbol.IsDelegateType(); 315=> symbol.IsAnonymousType() && symbol.IsDelegateType();