32 writes to Category
Aspire.Hosting (32)
Ats\AtsCapabilityScanner.cs (32)
532typeRef.Category = AtsTypeCategory.Handle;
692Category = AtsTypeCategory.Handle,
723Category = AtsTypeCategory.Handle,
977: new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive };
982Category = AtsTypeCategory.Dict,
1004propertyTypeRef = new AtsTypeRef { TypeId = AtsConstants.Any, Category = AtsTypeCategory.Primitive };
1025Category = AtsTypeCategory.Handle,
1125Category = AtsTypeCategory.Handle,
1430? new AtsTypeRef { TypeId = "callback", Category = AtsTypeCategory.Callback }
1483returnTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive };
1487returnTypeRef = 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 };
1527var voidTypeRef = new AtsTypeRef { TypeId = AtsConstants.Void, Category = AtsTypeCategory.Primitive };
1829Category = AtsTypeCategory.Primitive
1878return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive };
1884return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive };
1897Category = AtsTypeCategory.Enum
1920Category = AtsTypeCategory.Dict,
1943Category = AtsTypeCategory.Dict,
1965Category = AtsTypeCategory.List,
1985Category = AtsTypeCategory.Array,
2013Category = AtsTypeCategory.Handle,
2024Category = AtsTypeCategory.Handle,
2044Category = AtsTypeCategory.Array,
2060Category = AtsTypeCategory.Dto,
2072Category = AtsTypeCategory.Handle,
2082Category = AtsTypeCategory.Unknown,
2162Category = AtsTypeCategory.Handle,
2197Category = AtsTypeCategory.Handle,
2455Category = AtsTypeCategory.Union,
14 references to Category
Aspire.Hosting (3)
Aspire.Hosting.CodeGeneration.TypeScript (6)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (3)
Aspire.Hosting.RemoteHost (2)