The method System>>listReferences: takes an array of classes and returns an array of arrays of instances. The order of subarrays within the results array no longer matches the order in the argument.
Limiting listReferences: arguments to a single class avoids issues.
The method allReferences: performs the same function, but returns sub-Arrays that include the class and a GsBitmap of results, allowing you to easily match class to results.
Last updated: 6/10/20