8 writes to m_authenticated
mscorlib (8)
system\security\permissions\principalpermission.cs (8)
82m_authenticated = String.Compare( elAuth, "true", StringComparison.OrdinalIgnoreCase) == 0; 86m_authenticated = false; 132m_array[0].m_authenticated = true; 140m_array[0].m_authenticated = false; 152m_array[0].m_authenticated = true; 161m_array[0].m_authenticated = isAuthenticated; 324idrole.m_authenticated = operand.m_array[j].m_authenticated; 341idrole.m_authenticated = operand.m_array[j].m_authenticated;
11 references to m_authenticated
mscorlib (11)
system\security\permissions\principalpermission.cs (11)
61if (m_authenticated) 113return ((m_authenticated ? 0 : 101) + 177m_array[i].m_authenticated) 200if (m_array[i].m_id != null || m_array[i].m_role != null || !m_array[i].m_authenticated) 238if (operand.m_array[j].m_authenticated == this.m_array[i].m_authenticated && 298if (operand.m_array[j].m_authenticated == this.m_array[i].m_authenticated) 324idrole.m_authenticated = operand.m_array[j].m_authenticated; 341idrole.m_authenticated = operand.m_array[j].m_authenticated; 483if (m_array[i].m_authenticated)