2 references to ShouldExportMember
Aspire.Hosting.Integration.Analyzers (2)
AspireExportAnalyzer.cs (2)
625
if (!
ShouldExportMember
(isPublicGetter, exposeProperties, memberExportAttribute))
689
if (!
ShouldExportMember
(method.DeclaredAccessibility == Accessibility.Public, exposeMethods, memberExportAttribute))