25 references to Primitive
Aspire.Hosting.CodeGeneration.Go (1)
AtsGoCodeGenerator.cs (1)
663AtsTypeCategory.Primitive => MapPrimitiveType(typeRef.TypeId),
Aspire.Hosting.CodeGeneration.Java (1)
AtsJavaCodeGenerator.cs (1)
631AtsTypeCategory.Primitive => MapPrimitiveType(typeRef.TypeId, isOptional),
Aspire.Hosting.CodeGeneration.Python (1)
AtsPythonCodeGenerator.cs (1)
582AtsTypeCategory.Primitive => MapPrimitiveType(typeRef.TypeId),
Aspire.Hosting.CodeGeneration.Rust (3)
AtsRustCodeGenerator.cs (3)
738AtsTypeCategory.Primitive => MapPrimitiveType(typeRef.TypeId), 776AtsTypeCategory.Primitive => MapPrimitiveType(typeRef.TypeId), 826if (typeRef.Category == AtsTypeCategory.Primitive)
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
156AtsTypeCategory.Primitive => MapPrimitiveType(typeRef.TypeId),
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
1135Assert.Equal(AtsTypeCategory.Primitive, ctParam.Type.Category);
Aspire.Hosting.RemoteHost (13)
Ats\AtsMarshaller.cs (2)
152AtsTypeCategory.Primitive => SerializePrimitive(value), 233AtsTypeCategory.Primitive => SerializePrimitive(value),
AtsCapabilityScanner.cs (11)
1100: new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive }; 1127propertyTypeRef = new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive }; 1623returnTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive }; 1627returnTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive }; 1635?? new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive } 1636: new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive }; 1641?? new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive } 1669var voidTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive }; 1989Category = AtsTypeCategory.Primitive 2056return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive }; 2062return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive };
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
193Category = AtsTypeCategory.Primitive
Aspire.TypeSystem (3)
AtsConstants.cs (2)
361return AtsTypeCategory.Primitive; 448return AtsTypeCategory.Primitive;
AtsContext.cs (1)
100return AtsTypeCategory.Primitive;