18 writes to ClrType
Aspire.Hosting (18)
Ats\AtsCapabilityScanner.cs (18)
722ClrType = typeInfo.ClrType, 1024ClrType = contextType, 1124ClrType = contextType, 1878return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive }; 1884return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive }; 1896ClrType = type, 1919ClrType = type, 1942ClrType = type, 1964ClrType = type, 1984ClrType = type, 2012ClrType = constraintType, 2023ClrType = resourceType, 2043ClrType = type, 2059ClrType = type, 2071ClrType = type, 2081ClrType = type, 2161ClrType = iface, 2196ClrType = currentBase,
4 references to ClrType
Aspire.Hosting (4)
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);