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