5 references to TryGetOldNode
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
1908else if (match.TryGetOldNode(newNode, out var partner) && comparer((TSyntaxNode)partner, (TSyntaxNode)newNode)) 3388if (editScript.Match.TryGetOldNode(containingNode, out var oldNode)) 4935if (!isPrimaryRecordConstructor && topMatch.TryGetOldNode(newDeclaration, out var oldDeclaration))
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Differencing\MatchTests.cs (2)
58Assert.True(m.TryGetOldNode(x2, out n)); 83Assert.True(m.TryGetOldNode(newRoot, out n));