9 references to GetCustomAttributes
System.Private.CoreLib (9)
src\System\Reflection\RuntimeCustomAttributeData.cs (9)
22
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
32
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
42
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
52
return
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
59
return
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
66
return
GetCustomAttributes
(target.GetRuntimeModule(), target.MetadataToken);
76
return
GetCustomAttributes
(target, target.MetadataToken);
85
return
GetCustomAttributes
((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target));
93
IList<CustomAttributeData> cad =
GetCustomAttributes
(target.GetRuntimeModule()!, target.MetadataToken);