5 references to AttributeTypeNamesMatch
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
3025
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3378
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3495
if (!reflectionOnly && (staticFieldType == typeof(EventOpcode)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventOpcode)))
3501
else if (!reflectionOnly && (staticFieldType == typeof(EventTask)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventTask)))
3507
else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventKeywords)))