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