1 implementation of Delete
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
734
public abstract Document
Delete
(Document document, SyntaxNode node);
1 reference to Delete
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\AbstractCodeElement.cs (1)
254
return CodeModelService.
Delete
(document, node);