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