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