2 overrides of GetCustomAttributesData
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
821public override IList<CustomAttributeData> GetCustomAttributesData()
system\reflection\module.cs (1)
1046public override IList<CustomAttributeData> GetCustomAttributesData()
2 references to GetCustomAttributesData
mscorlib (2)
system\reflection\customattribute.cs (1)
45return target.GetCustomAttributesData();
system\reflection\module.cs (1)
137return GetCustomAttributesData();