1 write to _handleTypes
Aspire.TypeSystem (1)
AtsContext.cs (1)
151
_handleTypes
??= new HashSet<Type>(HandleTypes.Where(t => t.ClrType != null).Select(t => t.ClrType!));
1 reference to _handleTypes
Aspire.TypeSystem (1)
AtsContext.cs (1)
152
if (
_handleTypes
.Contains(type))