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