3 references to Attributes
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Event.cs (1)
37
Flags = eventDef.
Attributes
,
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3574
flags = eventRow.
Attributes
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
60
protected sealed override EventAttributes ComputeAttributes() => EventDefinition.
Attributes
;