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