2 writes to ClrType
Aspire.Hosting (2)
Ats\AtsCapabilityScanner.cs (2)
387ClrType = resourceType, 832ClrType = type,
3 references to ClrType
Aspire.Hosting (3)
Ats\AtsCapabilityScanner.cs (1)
722ClrType = typeInfo.ClrType,
Ats\AtsContext.cs (2)
155_handleTypes ??= new HashSet<Type>(HandleTypes.Where(t => t.ClrType != null).Select(t => t.ClrType!));