1 instantiation of CustomAttribute
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
43
CustomAttribute 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)
20
private List<
CustomAttribute
> HandleCustomAttributes(Cts.Ecma.EcmaModule module, Ecma.CustomAttributeHandleCollection attributes)
22
List<
CustomAttribute
> customAttributes = new List<
CustomAttribute
>(attributes.Count);
36
private
CustomAttribute
HandleCustomAttribute(Cts.Ecma.EcmaModule module, Ecma.CustomAttributeHandle attributeHandle)
43
CustomAttribute
result = new CustomAttribute
Internal\Metadata\NativeFormat\Writer\MdBinaryWriterGen.cs (3)
986
public static void Write(this NativeWriter writer,
CustomAttribute
record)
994
public static void Write(this NativeWriter writer, List<
CustomAttribute
> values)
1002
foreach (
CustomAttribute
value in values)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (21)
2145
var
other = obj as
CustomAttribute
;
2229
internal static CustomAttributeHandle AsHandle(
CustomAttribute
record)
2344
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
2468
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
2694
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
2872
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
3648
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
3845
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
4262
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();
4265
public List<
CustomAttribute
> ModuleCustomAttributes = new List<
CustomAttribute
>();
4476
public List<
CustomAttribute
> CustomAttributes = new List<
CustomAttribute
>();