8 references to CustomAttributeType
Mono.Cecil (8)
Mono.Cecil.Metadata\Utilities.cs (3)
201 case CodedIndex.CustomAttributeType: 463 case CodedIndex.CustomAttributeType: 615 case CodedIndex.CustomAttributeType:
Mono.Cecil.PE\ImageReader.cs (1)
557 + GetCodedIndexSize (CodedIndex.CustomAttributeType) // Type
Mono.Cecil\AssemblyReader.cs (2)
2480 ReadMetadataToken (CodedIndex.CustomAttributeType); 2526 ReadMetadataToken (CodedIndex.CustomAttributeType));
Mono.Cecil\AssemblyWriter.cs (2)
385 buffer.WriteCodedRID (rows [i].Col2, CodedIndex.CustomAttributeType); // Type 2001 MakeCodedRID (LookupToken (attribute.Constructor), CodedIndex.CustomAttributeType),