1 implementation of GetComment
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
691public abstract string GetComment(SyntaxNode node);
2 references to GetComment
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\AbstractCodeMember.cs (1)
83return CodeModelService.GetComment(node);
CodeModel\InternalElements\CodeNamespace.cs (1)
90return CodeModelService.GetComment(LookupNode());