1 implementation of GetEndPoint
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
530
public VirtualTreePoint?
GetEndPoint
(SyntaxNode node, LineFormattingOptions options, EnvDTE.vsCMPart? part)
3 references to GetEndPoint
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguageCodeSupport.cs (1)
214
var insertionPoint = codeModel.
GetEndPoint
(destinationType, documentOptions, EnvDTE.vsCMPart.vsCMPartBody);
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\AbstractCodeElement.cs (2)
168
var point = CodeModelService.
GetEndPoint
(LookupNode(), options);
193
var point = CodeModelService.
GetEndPoint
(LookupNode(), options, part);