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