2 references to IsCustomAttributeDefinedHelper
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
3272
if (
IsCustomAttributeDefinedHelper
(method, typeof(NonEventAttribute), flags))
5722
bool isbitmap = EventSource.
IsCustomAttributeDefinedHelper
(enumType, typeof(FlagsAttribute), flags);