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