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