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)
250=> symbol.IsAnonymousType() && !symbol.IsDelegateType(); 253=> symbol.IsAnonymousType() && symbol.IsDelegateType();