5 references to WithRemoveFirst
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
IncrementalParsing\ChangingAsync.cs (1)
51
var newTree = oldTree.
WithRemoveFirst
("async");
Parsing\FieldKeywordParsingTests.cs (1)
2402
verifyProperty(tree.
WithRemoveFirst
("()"));
Syntax\SyntaxEquivalenceTests.cs (3)
172
var tree2 = tree1.
WithRemoveFirst
("int i;");
182
var tree2 = tree1.
WithRemoveFirst
("int i = 5;");
192
var tree2 = tree1.
WithRemoveFirst
("int j = 6;");