3 references to IsExtensionBlockMember
Aspire.Hosting.Integration.Analyzers (3)
AspireExportAnalyzer.cs (3)
301if (!method.IsStatic && !IsExtensionBlockMember(method) && containingTypeExportAttribute is null) 2007return method.IsExtensionMethod || IsExtensionBlockMember(method); 2016return method.IsStatic || IsExtensionBlockMember(method);