QCalls currently always use the method name and just ignore EntryPoint from the DllImport attribute. We should make them respect EntryPoint. This would help with sharing CoreLib between CoreCLR and Mono and also allow for DllImportGenerator to support them.
See also: #59658 (comment)
cc @AaronRobinsonMSFT @jkoritzinsky
QCalls currently always use the method name and just ignore
EntryPointfrom theDllImportattribute. We should make them respectEntryPoint. This would help with sharing CoreLib between CoreCLR and Mono and also allow for DllImportGenerator to support them.See also: #59658 (comment)
cc @AaronRobinsonMSFT @jkoritzinsky