2 references to GetImportAttributesFromBestFitMappingAttribute
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
490
MethodImportAttributes fromCA =
GetImportAttributesFromBestFitMappingAttribute
(declaringType.GetCustomAttributes());
500
fromCA =
GetImportAttributesFromBestFitMappingAttribute
(metadataReader.GetAssemblyDefinition().GetCustomAttributes());