4 references to GetCustomAttributeHelper
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
372
EventSourceAttribute? attrib = (EventSourceAttribute?)
GetCustomAttributeHelper
(eventSourceType, typeof(EventSourceAttribute));
1750
EventSourceAttribute? attrib = (EventSourceAttribute?)
GetCustomAttributeHelper
(eventSourceType, typeof(EventSourceAttribute), flags);
3162
EventSourceAttribute? eventSourceAttrib = (EventSourceAttribute?)
GetCustomAttributeHelper
(eventSourceType, typeof(EventSourceAttribute), flags);
3245
EventAttribute? eventAttribute = (EventAttribute?)
GetCustomAttributeHelper
(method, typeof(EventAttribute), flags);