Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (5)
143One = new AlienBody(0, 0, 0, 0);
144Two = new AlienBody(0, 0, 0, 0);
153One = new AlienBody(age, height, weight, handCount);
154Two = new AlienBody(anotherAge, anotherHeight, anotherWeight,
199Merged = new AlienBody(0, 0, 0, 0);