44 writes to ClrType
Aspire.Hosting.CodeGeneration.Python.Tests (5)
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,
2682return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive };
2688return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive };
2696ClrType = type,
2698KeyType = new AtsTypeRef { TypeId = AtsConstants.String, ClrType = typeof(string), Category = AtsTypeCategory.Primitive },
2699ValueType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive },
2709ClrType = type,
2711ElementType = new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = typeof(object), Category = AtsTypeCategory.Primitive }
2724ClrType = type,
2747ClrType = type,
2770ClrType = type,
2792ClrType = type,
2812ClrType = type,
2857ClrType = type,
2873ClrType = type,
2885ClrType = type,
2895ClrType = type,
2990ClrType = iface,
3057ClrType = 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)