2 overrides of DefaultPart
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.NodeLocator.cs (1)
32protected override EnvDTE.vsCMPart DefaultPart => EnvDTE.vsCMPart.vsCMPartWholeWithAttributes;
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (1)
32Protected Overrides ReadOnly Property DefaultPart As EnvDTE.vsCMPart
2 references to DefaultPart
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.AbstractNodeLocator.cs (2)
31return GetStartPoint(text, options, node, part ?? DefaultPart); 37return GetEndPoint(text, options, node, part ?? DefaultPart);