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