SOLUTION
Or simply make sure that all projects in your solution using Xamarin Forms are updated.
Original Question
An upgrade to Xamarin Forms 4.1.0.555618 from 4.0.0.425677 is causing a Type Resolution exception and throwing the following error when I try to resolve a class:
Method not found: void .ResourceLoadingQuery.set_Instance(object)
This doesn't happen with version 4.0.0.xxxx.
EDIT This only happens on Android (version 9.0/Pie), and works fine on iOS
If it helps I'm using TinyIoCContainer to resolve any dependencies.