4 references to GetChunks
Microsoft.CodeAnalysis.UnitTests (4)
Text\TextChangeTests.cs (4)
607
Assert.Equal(1,
GetChunks
(newText).Length);
608
Assert.Same(chunk1,
GetChunks
(newText)[0]);
650
Assert.Equal(1,
GetChunks
(newText).Length);
651
Assert.NotSame(chunk1,
GetChunks
(newText)[0]);