Partial classes broken (no Pex support)
description
Given a partial class split over two files, saving one file will invalidate the tests in the second file and vice versa, causing them not to get run.
This can break support for Pex, which uses partial classes to contain generated test methods in a separate (non-user editable) file