6 references to TryGetNewNode
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4968topMatch.TryGetNewNode(oldContainerDeclaration, out var newContainerDeclaration))
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
Differencing\MatchTests.cs (5)
26Assert.True(m.TryGetNewNode(x1, out var n)); 54Assert.True(m.TryGetNewNode(x1, out var n)); 58Assert.True(m.TryGetNewNode(y1, out n)); // matched 79Assert.True(m.TryGetNewNode(x1, out var n)); // matched 83Assert.True(m.TryGetNewNode(oldRoot, out n));