3 references to Attributes
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3537
flags = eventRow.
Attributes
;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
4771
var flags = metadataReader.GetEventDefinition(eventDef).
Attributes
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
60
protected sealed override EventAttributes ComputeAttributes() => EventDefinition.
Attributes
;