4 writes to _UsersExpanded
System.Web (4)
Configuration\AuthorizationRule.cs (4)
150_UsersExpanded = null; // throw away old collection and force a new one to be created 283_UsersExpanded = null; // throw away old collection and force a new one to be created 318_UsersExpanded = CreateExpandedCollection(Users); 412_UsersExpanded = CreateExpandedCollection(Users);
2 references to _UsersExpanded
System.Web (2)
Configuration\AuthorizationRule.cs (2)
317if (_UsersExpanded == null) { 321return _UsersExpanded;