2 references to GetPreviousBodyNode
Microsoft.CodeAnalysis.Workspaces (2)
SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (2)
58
var previousBodyNode =
GetPreviousBodyNode
(previousRoot, currentRoot, currentBodyNode);
88
var previousContainer =
GetPreviousBodyNode
(previousRoot, currentRoot, currentContainer);