2 references to FindNode
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\EditAndContinueTestVerifier.cs (2)
474var newNode = FindNode(newRoot, newSpan); 475var expectedOldNode = FindNode(oldRoot, oldSpan);