1 write to _root1
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\Match.cs (1)
33_root1 = root1;
5 references to _root1
Microsoft.CodeAnalysis.Workspaces (5)
Differencing\Match.cs (5)
287Debug.Assert(_comparer.TreesEqual(node1, _root1)); 304Debug.Assert(!result || _comparer.TreesEqual(partner1, _root1)); 317Debug.Assert(_comparer.TreesEqual(node1, _root1)); 324Debug.Assert(_comparer.TreesEqual(node1, _root1)); 336public TNode OldRoot => _root1;