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