3 references to IsDelegateType
Aspire.Hosting.Integration.Analyzers (3)
AspireExportAnalyzer.cs (3)
442if (parameter.Type is not INamedTypeSymbol namedType || !IsDelegateType(namedType)) 602if (IsDelegateType(paramType)) 1188if (IsDelegateType(type))