2 references to MatchNodes
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1822
matchCount =
MatchNodes
(oldNodes, newNodes, diagnostics: null, match: match, comparer: areEquivalent);
1827
matchCount +=
MatchNodes
(oldNodes, newNodes, diagnostics: diagnostics, match: null, comparer: areSimilar);