2 writes to CustomAttributes
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Method.cs (1)
107paramRecord.CustomAttributes = HandleCustomAttributes(ecmaEntity.Module, paramAttributes);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
3550CustomAttributes = visitor.Visit(this, CustomAttributes);
4 references to CustomAttributes
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
3550CustomAttributes = visitor.Visit(this, CustomAttributes); 3562if (!CustomAttributes.SequenceEqual(other.CustomAttributes)) return false; 3621writer.Write(CustomAttributes);