5 references to AttributeTypeNamesMatch
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
2998
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3030
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3470
if (!reflectionOnly && (staticFieldType == typeof(EventOpcode)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventOpcode)))
3476
else if (!reflectionOnly && (staticFieldType == typeof(EventTask)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventTask)))
3482
else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventKeywords)))