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)
759
if ((IsCompilationUnitWithGlobalStatements(editScript.Match.OldRoot) || IsCompilationUnitWithGlobalStatements(editScript.Match.
NewRoot
)) &&
763
map.Add(editScript.Match.
NewRoot
, EditKind.Update);
997
newActiveStatements[activeStatementIndex] = GetActiveStatementWithSpan(oldActiveStatements[activeStatementIndex], topMatch.
NewRoot
.SyntaxTree, newSpan, diagnostics, cancellationToken);
2039
var newTree = topMatch.
NewRoot
.SyntaxTree;
2530
var newTree = editScript.Match.
NewRoot
.SyntaxTree;
5220
var newSyntaxTree = topMatch.
NewRoot
.SyntaxTree;
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueTestVerifier.cs (1)
517
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.