I can help with that.
Clone/download this project:
https://github.com/lassevk/DiffLib
changeset 026ab3773fe473adaa8339b29fb786aef3aeabcf
Go to the Diff.cs file, line 74 (int matchStart = ...). Right-click the indicator for this line (after NCrunch has warmed up) then pick "Break into first covering test".
I have the following locals:
this
slice1
slice2
(11 unnamed ones of bool and int types)
instrumentationExistingCoverageMarkedIndex
instrumentationExistingTickCount
instrumentationReturnValue
Type Variables -> T
There should be a lot of locals in that method, like matchStart, subslice1, subslice2, matchEnd, but they all seems to be missing. Note that subslice1 and subslice2 are of type Slice<char>, so they are not in the unnamed ones either.