2 writes to ModuleCustomAttributes
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Scope.cs (1)
78scopeDefinition.ModuleCustomAttributes = HandleCustomAttributes(ecmaAssembly, moduleAttributes);
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (1)
4160ModuleCustomAttributes = visitor.Visit(this, ModuleCustomAttributes);
2 references to ModuleCustomAttributes
ILCompiler.MetadataTransform (2)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (2)
4160ModuleCustomAttributes = visitor.Visit(this, ModuleCustomAttributes); 4227writer.Write(ModuleCustomAttributes);