10 references to WithReplaceFirst
Microsoft.CodeAnalysis.Workspaces.UnitTests (10)
SyntaxPathTests.cs (10)
123tree = WithReplaceFirst(tree, "C", "D");
160tree = WithReplaceFirst(WithReplaceFirst(WithReplaceFirst(tree, "i1", "j1"), "i2", "j2"), "i3", "j3");
196tree = WithReplaceFirst(tree, "C {", "C : Goo {");
233tree = WithReplaceFirst(tree, "bool", "int field; bool");
265tree = WithReplaceFirst(tree, "class", "struct");
297tree = WithReplaceFirst(tree, "class", "struct");
359tree = WithReplaceFirst(WithReplaceFirst(tree, "class", "/* goo */ class"), "struct", "/* bar */ struct");