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)
145if (_dtoTypes.Contains(type))