3 overrides of GetDocComment
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\ExternalElements\ExternalCodeAccessorFunction.cs (1)
61
protected override string
GetDocComment
()
CodeModel\ExternalElements\ExternalCodeNamespace.cs (1)
35
protected override string
GetDocComment
()
CodeModel\ExternalElements\ExternalCodeParameter.cs (1)
45
protected override string
GetDocComment
()
1 reference to GetDocComment
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (1)
200
return
GetDocComment
();