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