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