11 references to WriteDocumentationComment
Aspire.Hosting.CodeGeneration.TypeScript (11)
AtsTypeScriptCodeGenerator.cs (11)
129WriteDocumentationComment(
598WriteDocumentationComment(string.Empty, GetHandleDocumentation(typeId), description);
631WriteDocumentationComment(string.Empty, enumType.Documentation, $"Enum type for {enumType.Name}");
641WriteDocumentationComment(" ", value.Documentation);
673WriteDocumentationComment(string.Empty, dto.Documentation, dto.Description ?? $"DTO interface for {dto.Name}");
684WriteDocumentationComment(" ", prop.Documentation, prop.Description);
743WriteDocumentationComment(" ", param.Documentation);
823WriteDocumentationComment(string.Empty, GetHandleDocumentation(builder.TypeId));
952WriteDocumentationComment(string.Empty, GetHandleDocumentation(model.TypeId));
1014WriteDocumentationComment(string.Empty, GetHandleDocumentation(builder.TypeId));
2133WriteDocumentationComment(string.Empty, GetHandleDocumentation(model.TypeId), $"Type class for {className}.");