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