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