2 references to IsDelegateType
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
314=> symbol.IsAnonymousType() && !symbol.IsDelegateType(); 317=> symbol.IsAnonymousType() && symbol.IsDelegateType();