2 references to GetTreeEdits
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
612
var syntacticEdits = topMatch.
GetTreeEdits
();
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\TreeComparer.cs (1)
32
=> new Match<TNode>(oldRoot, newRoot, this, knownMatches: null).
GetTreeEdits
();