2 references to CreateSourceTextPermutations
Microsoft.CodeAnalysis.UnitTests (2)
Text\CompositeTextTests.cs (2)
60
foreach (var sourceTexts in
CreateSourceTextPermutations
(contents, sourceTextCount))
83
foreach (var otherSourceTexts in
CreateSourceTextPermutations
(contents.Substring(i), requestedSourceTextCount - 1))