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