2 references to GetCustomAttribute
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\Statics.cs (2)
407
EventDataAttribute? eventAttrib =
GetCustomAttribute
<EventDataAttribute>(dataType);
409
GetCustomAttribute
<CompilerGeneratedAttribute>(dataType) != null ||