5 references to CustomAttributes
System.Private.CoreLib (4)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (4)
51foreach (CustomAttributeHandle cah in _typeDefinition.CustomAttributes) 65foreach (CustomAttributeHandle cah in _typeDefinition.CustomAttributes) 200protected sealed override IEnumerable<CustomAttributeData> TrueCustomAttributes => RuntimeCustomAttributeData.GetCustomAttributes(_reader, _typeDefinition.CustomAttributes); 249foreach (CustomAttributeHandle cah in _typeDefinition.CustomAttributes)
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
92foreach (CustomAttributeHandle cah in reader.GetTypeDefinition(typeHandle).CustomAttributes)