5 references to AttributeTypeNamesMatch
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
3014
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3046
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3488
if (!reflectionOnly && (staticFieldType == typeof(EventOpcode)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventOpcode)))
3494
else if (!reflectionOnly && (staticFieldType == typeof(EventTask)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventTask)))
3500
else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventKeywords)))