public ReflectableCustomAttribute(EcmaModule module, CustomAttributeHandle caHandle)
 => (Module, CustomAttributeHandle) = (module, caHandle);
 public bool GeneratesMetadata(EcmaModule module, CustomAttributeHandle caHandle)
 {
     return(_parent._reflectableAttributes.Contains(new ReflectableCustomAttribute(module, caHandle)));
 }