private void Load(int parentToken) { var image = _module.Image; int[] rids; image.GetCustomAttributesByParent(MetadataToken.CompressHasCustomAttribute(parentToken), out rids); _list.Capacity = rids.Length; _list.AddRange(rids); }