4 references to WithRemoveAt
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
IncrementalParsing\IncrementalParsingTests.cs (1)
461
var newTree = oldTree.
WithRemoveAt
(0, 1);
Syntax\SyntaxDiffingTests.cs (3)
196
var newTree = oldTree.
WithRemoveAt
(10, 7);
213
var newTree = oldTree.
WithRemoveAt
(24, 7);
230
var newTree = oldTree.
WithRemoveAt
(14, 1);