Hi,
Yes. NCrunch's impact detection is currently very rudimentary, it works above the compiler step and does not consider the IL.
This has advantages in terms of simplicity and performance, but it isn't very accurate. Simply changing the code will trigger tests to be impacted, regardless of whether such a change actually impacts the compiled code.
IL-Level impact detection is expected as a future feature.