2 overrides of GetCustomAttributesData
mscorlib (2)
system\reflection\assembly.cs (1)
1679public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\emit\assemblybuilder.cs (1)
1192public override IList<CustomAttributeData> GetCustomAttributesData()
2 references to GetCustomAttributesData
mscorlib (2)
system\reflection\assembly.cs (1)
913return GetCustomAttributesData();
system\reflection\customattribute.cs (1)
54return target.GetCustomAttributesData();