2 references to GetPermutations
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
ChangeSignature\AbstractChangeSignatureTests.cs (2)
244
foreach (var permutation in
GetPermutations
(subset))
262
var permutationsWithoutElement =
GetPermutations
(GetListWithoutElementAtIndex(list, index));