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