18 writes to ClrType
Aspire.Hosting.RemoteHost (18)
AtsCapabilityScanner.cs (18)
795ClrType = typeInfo.ClrType, 1147ClrType = contextType, 1253ClrType = contextType, 2056return new AtsTypeRef { TypeId = primitiveTypeId, ClrType = type, Category = AtsTypeCategory.Primitive }; 2062return new AtsTypeRef { TypeId = AtsConstants.Any, ClrType = type, Category = AtsTypeCategory.Primitive }; 2074ClrType = type, 2097ClrType = type, 2120ClrType = type, 2142ClrType = type, 2162ClrType = type, 2190ClrType = constraintType, 2201ClrType = resourceType, 2221ClrType = type, 2237ClrType = type, 2249ClrType = type, 2259ClrType = type, 2339ClrType = iface, 2374ClrType = currentBase,
5 references to ClrType
Aspire.Hosting.RemoteHost (2)
AtsCapabilityScanner.cs (2)
549if (typeRef.Category == AtsTypeCategory.Enum && typeRef.ClrType != null) 551enumTypes.TryAdd(typeRef.TypeId, typeRef.ClrType);
Aspire.TypeSystem (3)
AtsCapabilityInfo.cs (3)
59public bool IsResourceBuilder => HostingTypeHelpers.IsResourceType(ClrType); 64public bool IsDistributedApplicationBuilder => HostingTypeHelpers.IsDistributedApplicationBuilderType(ClrType); 69public bool IsDistributedApplication => HostingTypeHelpers.IsDistributedApplicationType(ClrType);