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)
59return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\AssemblyReference.cs (2)
125return new CustomAttributeHandleCollection(_reader, AssemblyReferenceHandle.FromRowId(RowId)); 202return new CustomAttributeHandleCollection(_reader, AssemblyReferenceHandle.FromRowId(_reader.WinMDMscorlibRef));
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
53return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ExportedType.cs (1)
86return new CustomAttributeHandleCollection(reader, Handle);
System\Reflection\Metadata\TypeSystem\FieldDefinition.cs (1)
144return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameter.cs (1)
87return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\GenericParameterConstraint.cs (1)
50return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\InterfaceImplementation.cs (1)
36return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ManifestResource.cs (1)
73return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MemberReference.cs (1)
114return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
139return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodImplementation.cs (1)
50return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\MethodSpecification.cs (1)
58return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\ModuleDefinition.cs (1)
60return new CustomAttributeHandleCollection(_reader, EntityHandle.ModuleDefinition);
System\Reflection\Metadata\TypeSystem\ModuleReference.cs (1)
31return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\Parameter.cs (1)
66return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
65return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs (1)
51return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeDefinition.cs (1)
206return new CustomAttributeHandleCollection(_reader, Handle);
System\Reflection\Metadata\TypeSystem\TypeSpecification.cs (1)
40return new CustomAttributeHandleCollection(_reader, Handle);