1 override of GetStartPoint
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.NodeLocator.cs (1)
33
protected override VirtualTreePoint?
GetStartPoint
(SourceText text, LineFormattingOptions options, SyntaxNode node, EnvDTE.vsCMPart part)
1 reference to GetStartPoint
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.AbstractNodeLocator.cs (1)
30
return
GetStartPoint
(text, options, node, part ?? DefaultPart);