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)
327
if (
_RolesExpanded
== null) {
331
return
_RolesExpanded
;