1 instantiation of CustomAttributeHandleCollection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
860values = new CustomAttributeHandleCollection(reader, offset);
20 references to CustomAttributeHandleCollection
System.Private.CoreLib (20)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
858public static uint Read(this NativeReader reader, uint offset, out CustomAttributeHandleCollection values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (18)
2731public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 2732private readonly CustomAttributeHandleCollection _customAttributes; 2832public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 2833private readonly CustomAttributeHandleCollection _customAttributes; 3094public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 3095private readonly CustomAttributeHandleCollection _customAttributes; 3288public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 3289private readonly CustomAttributeHandleCollection _customAttributes; 4100public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 4101private readonly CustomAttributeHandleCollection _customAttributes; 4282public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 4283private readonly CustomAttributeHandleCollection _customAttributes; 4752public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 4753private readonly CustomAttributeHandleCollection _customAttributes; 4761public CustomAttributeHandleCollection ModuleCustomAttributes => _moduleCustomAttributes; 4762private readonly CustomAttributeHandleCollection _moduleCustomAttributes; 5007public CustomAttributeHandleCollection CustomAttributes => _customAttributes; 5008private readonly CustomAttributeHandleCollection _customAttributes;
System\Reflection\Runtime\General\Dispensers.NativeFormat.cs (1)
180internal static IEnumerable<CustomAttributeData> GetCustomAttributes(MetadataReader reader, CustomAttributeHandleCollection customAttributeHandles)