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