private void _ProcessDummyObj(DummyObjA o) { o.v++; }
private static void _StaticProcessDummyObj(DummyObjA x) { x.v++; }