Bug may be caused because, while Dispose was called on the Values of every single dictionary, the dictionary itself is never cleared, and hence, the Keys were never cleared.
With my current testing, I think I've fixed it, but I'll do further testing.
Bug may be caused because, while Dispose was called on the Values of every single dictionary, the dictionary itself is never cleared, and hence, the Keys were never cleared.
With my current testing, I think I've fixed it, but I'll do further testing.