6 references to IsHandleType
Aspire.Hosting.CodeGeneration.Python (6)
AtsPythonCodeGenerator.cs (6)
298
!callbackParameters.Any(callbackParameter =>
IsHandleType
(callbackParameter.Type)))
304
IsHandleType
(callbackParameter.Type)
803
if (
IsHandleType
(cap.ReturnType) && !dtoTypeIds.Contains(cap.ReturnType!.TypeId))
810
if (
IsHandleType
(param.Type) && !dtoTypeIds.Contains(param.Type!.TypeId))
819
if (
IsHandleType
(cbParam.Type) && !dtoTypeIds.Contains(cbParam.Type.TypeId))
1667
var returnsChildBuilder = capability.ReturnsBuilder && capability.ReturnType != null &&
IsHandleType
(capability.ReturnType) && capability.ReturnType.TypeId != capability.TargetTypeId;