1 write to _nodeLocator
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
75
_nodeLocator
= CreateNodeLocator();
2 references to _nodeLocator
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.cs (2)
527
=>
_nodeLocator
.GetStartPoint(node, options, part);
530
=>
_nodeLocator
.GetEndPoint(node, options, part);