5 references to AttributeTypeNamesMatch
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
3003
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3035
if (
AttributeTypeNamesMatch
(attributeType, data.Constructor.ReflectedType!))
3477
if (!reflectionOnly && (staticFieldType == typeof(EventOpcode)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventOpcode)))
3483
else if (!reflectionOnly && (staticFieldType == typeof(EventTask)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventTask)))
3489
else if (!reflectionOnly && (staticFieldType == typeof(EventKeywords)) ||
AttributeTypeNamesMatch
(staticFieldType, typeof(EventKeywords)))