Ejemplo n.º 1
0
 public ReflectableCustomAttribute(EcmaModule module, CustomAttributeHandle caHandle)
 => (Module, CustomAttributeHandle) = (module, caHandle);
Ejemplo n.º 2
0
 public bool GeneratesMetadata(EcmaModule module, CustomAttributeHandle caHandle)
 {
     return(_parent._reflectableAttributes.Contains(new ReflectableCustomAttribute(module, caHandle)));
 }