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