2 references to GetCustomAttributes
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_Nullable.cs (1)
4872checkAttributes(@event.GetCustomAttributes(), addOne: 1); // add one for EventHandler<T>
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
36public sealed override IEnumerable<CustomAttributeData> CustomAttributes => EventDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module);