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)
869
If _matchingLambdas AndAlso (node Is
_newRoot
OrElse node Is _oldRoot) Then
Microsoft.CodeAnalysis.Workspaces (3)
Differencing\AbstractSyntaxComparer.cs (3)
63
if (node == _oldRoot || node ==
_newRoot
)
85
if (node ==
_newRoot
)
123
var rootChildren = (node == _oldRoot) ? _oldRootChildren : (node ==
_newRoot
) ? _newRootChildren : null;