1 instantiation of CustomAttribute
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
43CustomAttribute result = new CustomAttribute
30 references to CustomAttribute
ILCompiler.MetadataTransform (30)
ILCompiler\Metadata\IMetadataPolicy.cs (1)
41/// Returns true if the custom attribute should generate <see cref="CustomAttribute"/> metadata.
ILCompiler\Metadata\Transform.CustomAttribute.cs (5)
20private List<CustomAttribute> HandleCustomAttributes(Cts.Ecma.EcmaModule module, Ecma.CustomAttributeHandleCollection attributes) 22List<CustomAttribute> customAttributes = new List<CustomAttribute>(attributes.Count); 36private CustomAttribute HandleCustomAttribute(Cts.Ecma.EcmaModule module, Ecma.CustomAttributeHandle attributeHandle) 43CustomAttribute result = new CustomAttribute
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
986public static void Write(this NativeWriter writer, CustomAttribute record) 994public static void Write(this NativeWriter writer, List<CustomAttribute> values) 1002foreach (CustomAttribute value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (21)
2145var other = obj as CustomAttribute; 2229internal static CustomAttributeHandle AsHandle(CustomAttribute record) 2344public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 2468public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 2694public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 2872public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 3648public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 3845public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 4262public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>(); 4265public List<CustomAttribute> ModuleCustomAttributes = new List<CustomAttribute>(); 4476public List<CustomAttribute> CustomAttributes = new List<CustomAttribute>();