10 references to Array
Aspire.Hosting (7)
Ats\AtsCapabilityScanner.cs (2)
1985Category = AtsTypeCategory.Array, 2044Category = AtsTypeCategory.Array,
Ats\AtsConstants.cs (3)
374return AtsTypeCategory.Array; 461return AtsTypeCategory.Array; 471return AtsTypeCategory.Array; // ReadOnly collections serialize as arrays
Ats\AtsContext.cs (2)
116return AtsTypeCategory.Array; 131return AtsTypeCategory.Array;
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
150AtsTypeCategory.Array => $"{MapTypeRefToTypeScript(typeRef.ElementType)}[]",
Aspire.Hosting.RemoteHost (2)
Ats\AtsMarshaller.cs (2)
139Hosting.Ats.AtsTypeCategory.Array => SerializeArray(value, typeRef.ElementType), 215Hosting.Ats.AtsTypeCategory.Array => SerializeArrayRuntime(value),