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