/// <summary> /// Resets the instance that is used for the ResxLocationProvider /// </summary> public static void Reset() { var instance = Instance; InstanceLocator.Dissolve(instance); instance = null; }