1 write to NewRoot
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\Match.cs (1)
29
NewRoot
= root2;
14 references to NewRoot
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
767
if ((IsCompilationUnitWithGlobalStatements(editScript.Match.OldRoot) || IsCompilationUnitWithGlobalStatements(editScript.Match.
NewRoot
)) &&
771
map.Add(editScript.Match.
NewRoot
, EditKind.Update);
1004
newActiveStatements[activeStatementIndex] = GetActiveStatementWithSpan(oldActiveStatements[activeStatementIndex], topMatch.
NewRoot
.SyntaxTree, newSpan, diagnostics, cancellationToken);
2046
var newTree = topMatch.
NewRoot
.SyntaxTree;
2537
var newTree = editScript.Match.
NewRoot
.SyntaxTree;
5227
var newSyntaxTree = topMatch.
NewRoot
.SyntaxTree;
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueTestVerifier.cs (1)
496
if (pair.Value == bodyMatch.
NewRoot
)
Microsoft.CodeAnalysis.Workspaces (7)
Differencing\EditScript.cs (1)
37
private TNode Root2 => Match.
NewRoot
;
Differencing\Match.cs (6)
283
Debug.Assert(Comparer.TreesEqual(node2,
NewRoot
));
298
Debug.Assert(Comparer.TreesEqual(node2,
NewRoot
));
305
Debug.Assert(Comparer.TreesEqual(node2,
NewRoot
));
313
Debug.Assert(!result || Comparer.TreesEqual(partner2,
NewRoot
));
325
Debug.Assert(Comparer.TreesEqual(node2,
NewRoot
));
359
/// to <see cref="
NewRoot
"/> subtree.