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