9 references to GetCustomAttributes
mscorlib (9)
system\reflection\customattribute.cs (9)
73
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
96
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
119
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
142
return
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
150
return
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
158
return
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
169
return
GetCustomAttributes
(target, target.MetadataToken);
177
IList<CustomAttributeData> cad =
GetCustomAttributes
((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target.GetNativeHandle()));
200
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);