2 references to GetCustomAttributes
mscorlib (2)
system\reflection\fieldinfo.cs (2)
329
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType);
343
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);