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; 223public bool IsRoleListCached { get { return _IsRoleListCached; }} 301if (!_IsRoleListCached || !_GetRolesCalled) { 414info.AddValue("_IsRoleListCached", _IsRoleListCached);