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