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