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