23 references to CustomAttributeHandleCollection
System.Reflection.Metadata (23)
System\Reflection\Metadata\MetadataReader.cs (1)
1176return new CustomAttributeHandleCollection(this, handle);
System\Reflection\Metadata\TypeSystem\AssemblyDefinition.cs (1)
68return new CustomAttributeHandleCollection(_reader, EntityHandle.AssemblyDefinition);
System\Reflection\Metadata\TypeSystem\AssemblyFile.cs (1)
64return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (2)
131return new CustomAttributeHandleCollection(_reader, AssemblyReferenceHandle.FromRowId(RowId)); 208return new CustomAttributeHandleCollection(_reader, AssemblyReferenceHandle.FromRowId(_reader.WinMDMscorlibRef));
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
57return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ExportedType.cs (1)
91return new CustomAttributeHandleCollection(reader, Handle);
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (1)
145return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
92return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs (1)
55return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\InterfaceImplementation.cs (1)
41return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ManifestResource.cs (1)
78return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MemberReference.cs (1)
118return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
140return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
55return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
62return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ModuleDefinition.cs (1)
60return new CustomAttributeHandleCollection(_reader, EntityHandle.ModuleDefinition);
System\Reflection\Metadata\TypeSystem\ModuleReference.cs (1)
36return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
71return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
69return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs (1)
55return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
210return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeSpecification.cs (1)
44return new CustomAttributeHandleCollection(_reader, Handle);