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