2 writes to CustomAttributes
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (1)
116record.CustomAttributes = HandleCustomAttributes(ecmaEntity.Module, attributes);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2794CustomAttributes = visitor.Visit(this, CustomAttributes);
4 references to CustomAttributes
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
2794CustomAttributes = visitor.Visit(this, CustomAttributes); 2808if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 2843writer.Write(CustomAttributes);