Implemented interface member:
method
SetComment
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.SetComment(Microsoft.CodeAnalysis.SyntaxNode, System.String)
2 overrides of SetComment
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1272public override SyntaxNode SetComment(SyntaxNode node, string value)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
2247Public Overrides Function SetComment(node As SyntaxNode, value As String) As SyntaxNode