2 writes to CustomAttributes
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Scope.cs (1)
60scopeDefinition.CustomAttributes = HandleCustomAttributes(ecmaAssembly, customAttributes);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4158CustomAttributes = visitor.Visit(this, CustomAttributes);
2 references to CustomAttributes
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (2)
4158CustomAttributes = visitor.Visit(this, CustomAttributes); 4224writer.Write(CustomAttributes);