1 write to _dtoTypes
Aspire.TypeSystem (1)
AtsContext.cs (1)
144
_dtoTypes
??= new HashSet<Type>(DtoTypes.Where(d => d.ClrType != null).Select(d => d.ClrType!));
1 reference to _dtoTypes
Aspire.TypeSystem (1)
AtsContext.cs (1)
145
if (
_dtoTypes
.Contains(type))