Fix for EF6 Performance Regression: EntityType.get_Properties
Problem: Caching of the Properties collection was removed as part of enabling mutability.
Solution: Restore caching but only after the EntityType has gone read-only.
↧