18 references to Primitive
Aspire.Hosting (14)
Ats\AtsCapabilityScanner.cs (11)
977
: new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.
Primitive
};
1004
propertyTypeRef = new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.
Primitive
};
1483
returnTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.
Primitive
};
1487
returnTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.
Primitive
};
1495
?? new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.
Primitive
}
1496
: new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.
Primitive
};
1501
?? new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.
Primitive
};
1527
var voidTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.
Primitive
};
1829
Category = AtsTypeCategory.
Primitive
1878
return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.
Primitive
};
1884
return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.
Primitive
};
Ats\AtsConstants.cs (2)
364
return AtsTypeCategory.
Primitive
;
451
return AtsTypeCategory.
Primitive
;
Ats\AtsContext.cs (1)
104
return AtsTypeCategory.
Primitive
;
Aspire.Hosting.CodeGeneration.TypeScript (1)
AtsTypeScriptCodeGenerator.cs (1)
145
AtsTypeCategory.
Primitive
=> MapPrimitiveType(typeRef.TypeId),
Aspire.Hosting.CodeGeneration.TypeScript.Tests (1)
AtsTypeScriptCodeGeneratorTests.cs (1)
1014
Assert.Equal(AtsTypeCategory.
Primitive
, ctParam.Type.Category);
Aspire.Hosting.RemoteHost (2)
Ats\AtsMarshaller.cs (2)
136
Hosting.Ats.AtsTypeCategory.
Primitive
=> SerializePrimitive(value),
212
Hosting.Ats.AtsTypeCategory.
Primitive
=> SerializePrimitive(value),