1 implementation of GetDocComment
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
700public abstract string GetDocComment(SyntaxNode node);
2 references to GetDocComment
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\AbstractCodeMember.cs (1)
97return CodeModelService.GetDocComment(node);
CodeModel\InternalElements\CodeNamespace.cs (1)
103return CodeModelService.GetDocComment(LookupNode());