18 writes to ClrType
Aspire.Hosting (18)
Ats\AtsCapabilityScanner.cs (18)
733ClrType = typeInfo.ClrType, 1035ClrType = contextType, 1139ClrType = contextType, 1929return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive }; 1935return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive }; 1947ClrType = type, 1970ClrType = type, 1993ClrType = type, 2015ClrType = type, 2035ClrType = type, 2063ClrType = constraintType, 2074ClrType = resourceType, 2094ClrType = type, 2110ClrType = type, 2122ClrType = type, 2132ClrType = type, 2212ClrType = iface, 2247ClrType = 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)
500if (typeRef.Category == AtsTypeCategory.Enum && typeRef.ClrType != null) 502enumTypes.TryAdd(typeRef.TypeId, typeRef.ClrType);