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