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