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