46 writes to ClrType
Aspire.Hosting.CodeGeneration.Python.Tests (7)
Aspire.Hosting.CodeGeneration.TypeScript.Tests (2)
Aspire.Hosting.RemoteHost (23)
AtsCapabilityScanner.cs (21)
886ClrType = typeInfo.ClrType,
1097? new AtsTypeRef { TypeId = "callback", ClrType = prop.PropertyType, Category = AtsTypeCategory.Callback }
2604ClrType = typeRef.ClrType,
2683return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive };
2689return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive };
2697ClrType = type,
2699KeyType = new AtsTypeRef { TypeId = AtsConstants.String, ClrType = typeof(string), Category = AtsTypeCategory.Primitive },
2700ValueType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive },
2710ClrType = type,
2712ElementType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive }
2725ClrType = type,
2748ClrType = type,
2771ClrType = type,
2793ClrType = type,
2813ClrType = type,
2858ClrType = type,
2874ClrType = type,
2886ClrType = type,
2896ClrType = type,
2991ClrType = iface,
3058ClrType = type,
Aspire.Hosting.RemoteHost.Tests (14)
AtsContextFilterTests.cs (14)
205ClrType = referencedHandleType.ClrType,
277ClrType = foreignEnum.ClrType,
295ClrType = foreignCallbackEnum.ClrType,
435ClrType = typeof(TestMode),
488ClrType = exportedValueOnlyEnumType.ClrType,
508ClrType = selectedHandleType.ClrType,
518ClrType = referencedCoreDtoType.ClrType,
528ClrType = referencedCoreEnumType.ClrType,
536ClrType = referencedCoreHandleType.ClrType,
544ClrType = selectedHandleType.ClrType,
561ClrType = unrelatedCoreHandleType.ClrType,
579ClrType = typeof(string),
592ClrType = exportedValueOnlyDtoType.ClrType,
605ClrType = typeof(string),
24 references to ClrType
Aspire.Hosting.CodeGeneration.Python (8)
Aspire.Hosting.CodeGeneration.TypeScript (4)
Aspire.Hosting.RemoteHost (8)
Aspire.Hosting.RemoteHost.Tests (1)
Aspire.TypeSystem (3)