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