3 writes to ElementType
Aspire.Hosting.RemoteHost (3)
33 references to ElementType
Aspire.Hosting.CodeGeneration.Go (5)
Aspire.Hosting.CodeGeneration.Java (4)
Aspire.Hosting.CodeGeneration.Python (4)
Aspire.Hosting.CodeGeneration.Rust (9)
AtsRustCodeGenerator.cs (9)
479var elementType = MapTypeRefToRust(returnTypeRef!.ElementType, false);
524var elementType = MapTypeRefToRust(returnType.ElementType, false);
743AtsTypeCategory.Array => $"Vec<{MapTypeRefToRust(typeRef.ElementType, false)}>",
745? $"Vec<{MapTypeRefToRust(typeRef.ElementType, false)}>"
746: $"AspireList<{MapTypeRefToRust(typeRef.ElementType, false)}>",
782AtsTypeCategory.Array => $"Vec<{MapTypeRefToRustForDto(typeRef.ElementType, false)}>",
783AtsTypeCategory.List => $"Vec<{MapTypeRefToRustForDto(typeRef.ElementType, false)}>",
858&& typeRef.ElementType is not null
859&& IsHandleType(typeRef.ElementType);
Aspire.Hosting.CodeGeneration.TypeScript (5)
Aspire.Hosting.RemoteHost (6)