11 references to WriteDocumentationComment
Aspire.Hosting.CodeGeneration.TypeScript (11)
AtsTypeScriptCodeGenerator.cs (11)
128WriteDocumentationComment( 584WriteDocumentationComment(string.Empty, GetHandleDocumentation(typeId), description); 617WriteDocumentationComment(string.Empty, enumType.Documentation, $"Enum type for {enumType.Name}"); 627WriteDocumentationComment(" ", value.Documentation); 659WriteDocumentationComment(string.Empty, dto.Documentation, dto.Description ?? $"DTO interface for {dto.Name}"); 670WriteDocumentationComment(" ", prop.Documentation, prop.Description); 729WriteDocumentationComment(" ", param.Documentation); 809WriteDocumentationComment(string.Empty, GetHandleDocumentation(builder.TypeId)); 938WriteDocumentationComment(string.Empty, GetHandleDocumentation(model.TypeId)); 1000WriteDocumentationComment(string.Empty, GetHandleDocumentation(builder.TypeId)); 2164WriteDocumentationComment(string.Empty, GetHandleDocumentation(model.TypeId), $"Type class for {className}.");