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