2 references to AddDocumentationLines
Aspire.Hosting.CodeGeneration.TypeScript (2)
AtsTypeScriptCodeGenerator.cs (2)
162
AddDocumentationLines
(lines, documentation?.Summary ?? fallbackSummary);
163
AddDocumentationLines
(lines, documentation?.Remarks, addBlankLineBefore: lines.Count > 0);