4 references to Replace
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\SyntaxAnnotationTests.cs (4)
484
currentRoot =
Replace
(currentRoot, currentRoot, rootAnnotated);
495
currentRoot =
Replace
(currentRoot, item, annotated);
518
var newRoot =
Replace
(syntaxTree.GetCompilationUnitRoot(), firstItem, firstAnnotated);
527
newRoot =
Replace
(newRoot, secondItem, secondAnnotated);