23 references to CustomAttributeHandleCollection
System.Reflection.Metadata (23)
System\Reflection\Metadata\MetadataReader.cs (1)
1176
return new
CustomAttributeHandleCollection
(this, handle);
System\Reflection\Metadata\TypeSystem\AssemblyDefinition.cs (1)
68
return new
CustomAttributeHandleCollection
(_reader, EntityHandle.AssemblyDefinition);
System\Reflection\Metadata\TypeSystem\AssemblyFile.cs (1)
59
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (2)
125
return new
CustomAttributeHandleCollection
(_reader, AssemblyReferenceHandle.FromRowId(RowId));
202
return new
CustomAttributeHandleCollection
(_reader, AssemblyReferenceHandle.FromRowId(_reader.WinMDMscorlibRef));
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
53
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ExportedType.cs (1)
86
return new
CustomAttributeHandleCollection
(reader, Handle);
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (1)
144
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
87
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs (1)
50
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\InterfaceImplementation.cs (1)
36
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ManifestResource.cs (1)
73
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MemberReference.cs (1)
114
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
139
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
50
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
58
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ModuleDefinition.cs (1)
60
return new
CustomAttributeHandleCollection
(_reader, EntityHandle.ModuleDefinition);
System\Reflection\Metadata\TypeSystem\ModuleReference.cs (1)
31
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
66
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
65
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs (1)
51
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
206
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeSpecification.cs (1)
40
return new
CustomAttributeHandleCollection
(_reader, Handle);