3 references to IsHandleType
Aspire.Hosting.CodeGeneration.TypeScript (3)
AtsTypeScriptCodeGenerator.cs (3)
376
if (
IsHandleType
(cap.ReturnType) && !dtoTypeIds.Contains(cap.ReturnType!.TypeId))
383
if (
IsHandleType
(param.Type) && !dtoTypeIds.Contains(param.Type!.TypeId))
392
if (
IsHandleType
(cbParam.Type) && !dtoTypeIds.Contains(cbParam.Type.TypeId))