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