7 references to OldIndex
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\Match.LongestCommonSubsequence.cs (2)
44
edit.
OldIndex
>= 0 ? oldNodes[edit.
OldIndex
] : default,
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
Differencing\LongestCommonSubsequenceTests.cs (5)
56
Assert.True(edit.
OldIndex
< oldStr.Length);
57
oldChars[edit.
OldIndex
] = '\0';
66
Assert.True(edit.
OldIndex
< oldStr.Length);
68
newChars[edit.NewIndex] = oldStr[edit.
OldIndex
];
69
oldChars[edit.
OldIndex
] = '\0';