4 references to IsHandleType
Aspire.Hosting.CodeGeneration.Python (4)
AtsPythonCodeGenerator.cs (4)
728
if (
IsHandleType
(cap.ReturnType) && !dtoTypeIds.Contains(cap.ReturnType!.TypeId))
735
if (
IsHandleType
(param.Type) && !dtoTypeIds.Contains(param.Type!.TypeId))
744
if (
IsHandleType
(cbParam.Type) && !dtoTypeIds.Contains(cbParam.Type.TypeId))
1591
var returnsChildBuilder = capability.ReturnsBuilder && capability.ReturnType != null &&
IsHandleType
(capability.ReturnType) && capability.ReturnType.TypeId != capability.TargetTypeId;