9 references to HandleCustomAttributes
ILCompiler.MetadataTransform (9)
ILCompiler\Metadata\Transform.Event.cs (1)
71result.CustomAttributes = HandleCustomAttributes(module, customAttributes);
ILCompiler\Metadata\Transform.Field.cs (1)
74record.CustomAttributes = HandleCustomAttributes(ecmaField.Module, customAttributes);
ILCompiler\Metadata\Transform.Method.cs (2)
107paramRecord.CustomAttributes = HandleCustomAttributes(ecmaEntity.Module, paramAttributes); 116record.CustomAttributes = HandleCustomAttributes(ecmaEntity.Module, attributes);
ILCompiler\Metadata\Transform.Parameter.cs (1)
42result.CustomAttributes = HandleCustomAttributes(ecmaGenParam.Module, customAttributes);
ILCompiler\Metadata\Transform.Property.cs (1)
89result.CustomAttributes = HandleCustomAttributes(module, customAttributes);
ILCompiler\Metadata\Transform.Scope.cs (2)
60scopeDefinition.CustomAttributes = HandleCustomAttributes(ecmaAssembly, customAttributes); 78scopeDefinition.ModuleCustomAttributes = HandleCustomAttributes(ecmaAssembly, moduleAttributes);
ILCompiler\Metadata\Transform.Type.cs (1)
354record.CustomAttributes = HandleCustomAttributes(ecmaEntity.Module, customAttributes);