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