6 writes to _IsRoleListCached
System.Web (6)
Security\RolePrincipal.cs (6)
132
_IsRoleListCached
= rp._IsRoleListCached;
164
_IsRoleListCached
= false;
307
_IsRoleListCached
= true;
339
_IsRoleListCached
= true;
351
_IsRoleListCached
= false;
367
_IsRoleListCached
= info.GetBoolean("_IsRoleListCached");
4 references to _IsRoleListCached
System.Web (4)
Security\RolePrincipal.cs (4)
132
_IsRoleListCached = rp.
_IsRoleListCached
;
223
public bool IsRoleListCached { get { return
_IsRoleListCached
; }}
301
if (!
_IsRoleListCached
|| !_GetRolesCalled) {
414
info.AddValue("_IsRoleListCached",
_IsRoleListCached
);