1 override of DefaultPart
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.NodeLocator.cs (1)
31
protected override EnvDTE.vsCMPart
DefaultPart
=> EnvDTE.vsCMPart.vsCMPartWholeWithAttributes;
2 references to DefaultPart
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.AbstractNodeLocator.cs (2)
30
return GetStartPoint(text, options, node, part ??
DefaultPart
);
36
return GetEndPoint(text, options, node, part ??
DefaultPart
);