1 write to _oldRoot
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
39
_oldRoot
= oldRoot;
3 references to _oldRoot
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\AbstractSyntaxComparer.cs (3)
61
if (node ==
_oldRoot
|| node == _newRoot)
78
if (node ==
_oldRoot
)
121
var rootChildren = (node ==
_oldRoot
) ? _oldRootChildren : (node == _newRoot) ? _newRootChildren : null;