Change the key of the inner dictionary to an int id instead of the instance itself
authorJérémie Laval <jeremie.laval@gmail.com>
Wed, 1 Sep 2010 10:08:03 +0000 (11:08 +0100)
committerJérémie Laval <jeremie.laval@gmail.com>
Wed, 1 Sep 2010 10:10:09 +0000 (11:10 +0100)
commitac4bd81b23a2dfd1793342711e3d7b295104af23
tree62dd26805b6bd24cfdeaee7c01146c881a7903b0
parent3f65781d8352a78f349189d23c929a45466d0f45
Change the key of the inner dictionary to an int id instead of the instance itself

It prevents object references to the rwlslim to be kept and thus not GC'ed
mcs/class/System.Core/System.Threading/ReaderWriterLockSlim.cs