1 instantiation of PermutationListEntry
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
178
permutations.Add(new
PermutationListEntry
(childIndexAtCurrentDepth + edit.SiblingIndex, childIndexAtCurrentDepth + edit.MoveToSiblingIndex));
1 reference to PermutationListEntry
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
72
var permutations = new List<
PermutationListEntry
>();