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