4 references to GetCustomAttributeHelper
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
359
EventSourceAttribute? attrib = (EventSourceAttribute?)EventSourceHelpers.
GetCustomAttributeHelper
(eventSourceType, typeof(EventSourceAttribute));
1761
EventSourceAttribute? attrib = (EventSourceAttribute?)EventSourceHelpers.
GetCustomAttributeHelper
(eventSourceType, typeof(EventSourceAttribute), flags);
3071
EventSourceAttribute? eventSourceAttrib = (EventSourceAttribute?)
GetCustomAttributeHelper
(eventSourceType, typeof(EventSourceAttribute), flags);
3154
EventAttribute? eventAttribute = (EventAttribute?)
GetCustomAttributeHelper
(method, typeof(EventAttribute), flags);