2 references to GetMatchingRoot
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
607
var oldRoot =
GetMatchingRoot
(oldBody);
608
var newRoot =
GetMatchingRoot
(newBody);