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