18 writes to ClrType
Aspire.Hosting (18)
Ats\AtsCapabilityScanner.cs (18)
784ClrType = typeInfo.ClrType, 1127ClrType = contextType, 1233ClrType = contextType, 2028return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive }; 2034return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive }; 2046ClrType = type, 2069ClrType = type, 2092ClrType = type, 2114ClrType = type, 2134ClrType = type, 2162ClrType = constraintType, 2173ClrType = resourceType, 2193ClrType = type, 2209ClrType = type, 2221ClrType = type, 2231ClrType = type, 2311ClrType = iface, 2346ClrType = currentBase,
6 references to ClrType
Aspire.Hosting (6)
Ats\AtsCapabilityInfo.cs (4)
63public bool IsResourceBuilder => ClrType != null && typeof(IResource).IsAssignableFrom(ClrType); 68public bool IsDistributedApplicationBuilder => ClrType == typeof(IDistributedApplicationBuilder); 73public bool IsDistributedApplication => ClrType == typeof(DistributedApplication);
Ats\AtsCapabilityScanner.cs (2)
538if (typeRef.Category == AtsTypeCategory.Enum && typeRef.ClrType != null) 540enumTypes.TryAdd(typeRef.TypeId, typeRef.ClrType);