4 references to GetPromiseWrapperForReturnType
Aspire.Hosting.CodeGeneration.TypeScript (4)
AtsTypeScriptCodeGenerator.cs (3)
1740
var returnPromiseWrapper = _projector.
GetPromiseWrapperForReturnType
(capability.ReturnType);
2898
var returnPromiseWrapper = _projector.
GetPromiseWrapperForReturnType
(capability.ReturnType);
3150
var returnPromiseWrapper = _projector.
GetPromiseWrapperForReturnType
(capability.ReturnType);
TypeScriptApiProjector.cs (1)
1311
if (
GetPromiseWrapperForReturnType
(capability.ReturnType) is { } promiseWrapper && !string.IsNullOrEmpty(returnTypeId))