4 references to GetChunks
Microsoft.CodeAnalysis.UnitTests (4)
Text\TextChangeTests.cs (4)
584
Assert.Equal(1,
GetChunks
(newText).Length);
585
Assert.Same(chunk1,
GetChunks
(newText)[0]);
627
Assert.Equal(1,
GetChunks
(newText).Length);
628
Assert.NotSame(chunk1,
GetChunks
(newText)[0]);