2 writes to CustomAttributes
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Property.cs (1)
89result.CustomAttributes = HandleCustomAttributes(module, customAttributes);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3736CustomAttributes = visitor.Visit(this, CustomAttributes);
7 references to CustomAttributes
ILCompiler.MetadataTransform (7)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (7)
3736CustomAttributes = visitor.Visit(this, CustomAttributes); 3749if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 3767for (int i = 0; i < CustomAttributes.Count; i++) 3769hash = ((hash << 13) - (hash >> 19)) ^ (CustomAttributes[i] == null ? 0 : CustomAttributes[i].GetHashCode()); 3817writer.Write(CustomAttributes);