6 references to WithRemoveFirst
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
IncrementalParsing\ChangingAsync.cs (1)
51
var newTree = oldTree.
WithRemoveFirst
("async");
IncrementalParsing\IncrementalParsingTests.cs (2)
330
var newTree = oldTree.
WithRemoveFirst
("#line 10");
362
var newTree = oldTree.
WithRemoveFirst
("#endregion");
Syntax\SyntaxEquivalenceTests.cs (3)
171
var tree2 = tree1.
WithRemoveFirst
("int i;");
181
var tree2 = tree1.
WithRemoveFirst
("int i = 5;");
191
var tree2 = tree1.
WithRemoveFirst
("int j = 6;");