Looking at the EntityTraker class I saw two strange things: - It keep both a List<EntityTrack> and a Dictionary<IdentityKey, EntityTrack>: why not keep just the dictionary and use its Values property for EnumerateAll? - It use locks. Why? It exists in the DataContext which not need to be threadsafe when ObjectTracking is enabled.
Can I change those things or I'm missing something? Giacomo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
