4 references to IsHandleType
Aspire.Hosting.CodeGeneration.Rust (4)
AtsRustCodeGenerator.cs (4)
489
else if (
IsHandleType
(parameter.Type))
535
if (
IsHandleType
(parameter.Type))
603
if (
IsHandleType
(returnTypeRef))
1066
&&
IsHandleType
(typeRef.ElementType);