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