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