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