4 references to ShouldExportMember
Aspire.Hosting.RemoteHost (4)
AtsCapabilityScanner.cs (4)
424
if (!
ShouldExportMember
(method.IsPublic, exposeAll: false, exportAttr))
1586
if (!
ShouldExportMember
(isPublic, exposeAllProperties, memberExportAttr))
1811
if (!
ShouldExportMember
(method.IsPublic, exposeAllMethods, memberExportAttr))
1964
if (baseTypeScansMembers &&
ShouldExportMember
(isPublic, exposeAllProperties, memberExportAttr))