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