You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.