4 references to IsHandleType
Aspire.Hosting.CodeGeneration.Rust (4)
AtsRustCodeGenerator.cs (4)
338
else if (
IsHandleType
(parameter.Type))
384
if (
IsHandleType
(parameter.Type))
452
if (
IsHandleType
(returnTypeRef))
859
&&
IsHandleType
(typeRef.ElementType);