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)
317
if (
_UsersExpanded
== null) {
321
return
_UsersExpanded
;