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)
64
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (2)
131
return new
CustomAttributeHandleCollection
(_reader, AssemblyReferenceHandle.FromRowId(RowId));
208
return new
CustomAttributeHandleCollection
(_reader, AssemblyReferenceHandle.FromRowId(_reader.WinMDMscorlibRef));
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
57
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ExportedType.cs (1)
91
return new
CustomAttributeHandleCollection
(reader, Handle);
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (1)
145
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
92
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs (1)
55
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\InterfaceImplementation.cs (1)
41
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ManifestResource.cs (1)
78
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MemberReference.cs (1)
118
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
140
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
55
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
62
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)
36
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
71
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
69
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs (1)
55
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
210
return new
CustomAttributeHandleCollection
(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeSpecification.cs (1)
44
return new
CustomAttributeHandleCollection
(_reader, Handle);