3 references to ShouldExportMember
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (3)
373
if (!
ShouldExportMember
(method.IsPublic, exposeAll: false, exportAttr))
1049
if (!
ShouldExportMember
(isPublic, exposeAllProperties, memberExportAttr))
1273
if (!
ShouldExportMember
(method.IsPublic, exposeAllMethods, memberExportAttr))