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)
156
if (
_handleTypes
.Contains(type))