1 implementation of SetDocComment
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
701
public abstract SyntaxNode
SetDocComment
(SyntaxNode node, string value);
1 reference to SetDocComment
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
543
var updatedNode = CodeModelService.
SetDocComment
(node, value);