1 write to _newRoot
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
42_newRoot = newRoot;
4 references to _newRoot
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
869If _matchingLambdas AndAlso (node Is _newRoot OrElse node Is _oldRoot) Then
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\AbstractSyntaxComparer.cs (3)
63if (node == _oldRoot || node == _newRoot) 85if (node == _newRoot) 123var rootChildren = (node == _oldRoot) ? _oldRootChildren : (node == _newRoot) ? _newRootChildren : null;