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