According to http://docs.xamarin.com/guides/cross-platform/advanced/custom_linking/ I can ensure that the linker will not link-away specific classes or methods.
Is there any way to do the opposite, and remove a method inside mscorlib, so I can provide my own implementation (with extension methods)?