2 references to GetStartPoint
Microsoft.VisualStudio.LanguageServices (2)
Venus\ContainedLanguageCodeSupport.cs (2)
68
var point = codeModel.
GetStartPoint
(typeNode, options, EnvDTE.vsCMPart.vsCMPartBody);
274
var navigationPoint = codeModel.
GetStartPoint
(memberNode, options, EnvDTE.vsCMPart.vsCMPartNavigate);