6 references to CustomAttribute
System.AddIn (6)
System\Addin\MiniReflection\MetadataReader\Metadata.cs (2)
114Names[(Int32)Tables.CustomAttribute] = "CustomAttribute"; 311lengths[(Int32)Tables.CustomAttribute] = MetadataTokenSize(Encodings.HasCustomAttribute) +
System\Addin\MiniReflection\MiniModule.cs (2)
134uint numRows = MetaData.RowsInTable(MDTables.Tables.CustomAttribute); 137MetaData.SeekToRowOfTable(MDTables.Tables.CustomAttribute, i);
System\Addin\MiniReflection\TypeInfo.cs (2)
955uint numRows = metaData.RowsInTable(MDTables.Tables.CustomAttribute); 958metaData.SeekToRowOfTable(MDTables.Tables.CustomAttribute, i);