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