3 writes to ElementType
Aspire.Hosting (3)
30 references to ElementType
Aspire.Hosting (3)
Aspire.Hosting.CodeGeneration.Go (5)
Aspire.Hosting.CodeGeneration.Java (4)
Aspire.Hosting.CodeGeneration.Python (4)
Aspire.Hosting.CodeGeneration.Rust (6)
AtsRustCodeGenerator.cs (6)
484var elementType = MapTypeRefToRust(returnType.ElementType, false);
698AtsTypeCategory.Array => $"Vec<{MapTypeRefToRust(typeRef.ElementType, false)}>",
700? $"Vec<{MapTypeRefToRust(typeRef.ElementType, false)}>"
701: $"AspireList<{MapTypeRefToRust(typeRef.ElementType, false)}>",
737AtsTypeCategory.Array => $"Vec<{MapTypeRefToRustForDto(typeRef.ElementType, false)}>",
738AtsTypeCategory.List => $"Vec<{MapTypeRefToRustForDto(typeRef.ElementType, false)}>",
Aspire.Hosting.CodeGeneration.TypeScript (5)
Aspire.Hosting.RemoteHost (3)