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