2 writes to CustomAttributes
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Parameter.cs (1)
42
result.
CustomAttributes
= HandleCustomAttributes(ecmaGenParam.Module, customAttributes);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
2618
CustomAttributes
= visitor.Visit(this, CustomAttributes);
4 references to CustomAttributes
ILCompiler.MetadataTransform (4)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (4)
2618
CustomAttributes = visitor.Visit(this,
CustomAttributes
);
2631
if (!
CustomAttributes
.SequenceEqual(other.
CustomAttributes
)) return false;
2666
writer.Write(
CustomAttributes
);