4 writes to _RolesExpanded
System.Web (4)
Configuration\AuthorizationRule.cs (4)
145_RolesExpanded = null; // throw away old collection and force a new one to be created 308_RolesExpanded = null; // throw away old collection and force a new one to be created 328_RolesExpanded = CreateExpandedCollection(Roles); 411_RolesExpanded = CreateExpandedCollection(Roles);
2 references to _RolesExpanded
System.Web (2)
Configuration\AuthorizationRule.cs (2)
327if (_RolesExpanded == null) { 331return _RolesExpanded;