2 references to IsDelegateType
Aspire.Hosting.Integration.Analyzers (2)
AspireExportAnalyzer.cs (2)
887if (paramType is not INamedTypeSymbol namedType || !IsDelegateType(namedType)) 1320if (parameter.Type is not INamedTypeSymbol namedType || !IsDelegateType(namedType))