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