4 references to TryGetOldNode
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
5059topMatch?.TryGetOldNode(node, out var oldNode) == true && 5403if (topMatch.TryGetOldNode(newDeclaration, out oldDeclaration))
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Differencing\MatchTests.cs (2)
56Assert.True(m.TryGetOldNode(x2, out n)); 81Assert.True(m.TryGetOldNode(newRoot, out n));