4 references to IsExtensionLike
Aspire.Hosting.Integration.Analyzers (4)
AspireExportAnalyzer.cs (4)
402
if (effectiveExportId is not null &&
IsExtensionLike
(method) && effectiveParameters.Length > 0)
412
if (effectiveExportId is not null &&
IsExtensionLike
(method) && effectiveParameters.Length > 0)
776
if (!
IsExtensionLike
(method) || effectiveParameters.Length < 2)
1371
if (!
IsExtensionLike
(method) || effectiveParameters.Length == 0)