1 write to _handleTypes
Aspire.Hosting (1)
Ats\AtsContext.cs (1)
155_handleTypes ??= new HashSet<Type>(HandleTypes.Where(t => t.ClrType != null).Select(t => t.ClrType!));
1 reference to _handleTypes
Aspire.Hosting (1)
Ats\AtsContext.cs (1)
156if (_handleTypes.Contains(type))