4 writes to Description
Aspire.Hosting (4)
Ats\AtsCapabilityScanner.cs (4)
1045Description = $"Gets the {property.Name} property", 1080Description = $"Sets the {property.Name} property", 1247Description = description, 1368Description = description,
25 references to Description
Aspire.Hosting.CodeGeneration.TypeScript (21)
AtsTypeScriptCodeGenerator.cs (21)
796if (!string.IsNullOrEmpty(capability.Description)) 798WriteLine($" /** {capability.Description} */"); 880if (!string.IsNullOrEmpty(capability.Description)) 882WriteLine($" /** {capability.Description} */"); 1012if (!string.IsNullOrEmpty(capability.Description)) 1014WriteLine($" /** {capability.Description} */"); 1094if (!string.IsNullOrEmpty(capability.Description)) 1097WriteLine($" * {capability.Description}"); 1604description = getter.Description; 1667if (!string.IsNullOrEmpty(getter.Description)) 1669WriteLine($" /** {getter.Description} */"); 1715if (!string.IsNullOrEmpty(getter.Description)) 1717WriteLine($" /** {getter.Description} */"); 1775if (!string.IsNullOrEmpty(method.Description)) 1777WriteLine($" /** {method.Description} */"); 1853if (!string.IsNullOrEmpty(capability.Description)) 1855WriteLine($" /** {capability.Description} */"); 1950if (!string.IsNullOrEmpty(capability.Description)) 1952WriteLine($" /** {capability.Description} */"); 2146if (!string.IsNullOrEmpty(capability.Description)) 2148WriteLine($" /** {capability.Description} */");
Aspire.Hosting.RemoteHost (4)
Ats\CapabilityDispatcher.cs (4)
180Description = capability.Description ?? $"Gets the {property.Name} property" 229Description = capability.Description ?? $"Sets the {property.Name} property" 337Description = capability.Description ?? $"Invokes the {method.Name} method" 431Description = capability.Description