9 writes to m_role
mscorlib (9)
system\security\permissions\principalpermission.cs (9)
102m_role = elRole; 106m_role = null; 134m_array[0].m_role = null; 142m_array[0].m_role = ""; 154m_array[0].m_role = role; 163m_array[0].m_role = role; 317idrole.m_role = operand.m_array[j].m_role == null ? this.m_array[i].m_role : operand.m_array[j].m_role; 321idrole.m_role = ""; 340idrole.m_role = operand.m_array[j].m_role == null ? this.m_array[i].m_role : operand.m_array[j].m_role;
29 references to m_role
mscorlib (29)
system\security\permissions\principalpermission.cs (29)
40if (String.IsNullOrEmpty(m_role)) 44NTAccount ntAccount = new NTAccount(m_role); 69if (m_role != null) 71root.AddAttribute( "Role", SecurityElement.Escape( m_role ) ); 115(m_role == null? 0 : m_role.GetHashCode())); 176(m_array[i].m_role == null || !m_array[i].m_role.Equals( "" )) || 200if (m_array[i].m_id != null || m_array[i].m_role != null || !m_array[i].m_authenticated) 241(operand.m_array[j].m_role == null || 242(this.m_array[i].m_role != null && this.m_array[i].m_role.Equals( operand.m_array[j].m_role )))) 313if (operand.m_array[j].m_role == null || 314this.m_array[i].m_role == null || 315this.m_array[i].m_role.Equals( operand.m_array[j].m_role)) 317idrole.m_role = operand.m_array[j].m_role == null ? this.m_array[i].m_role : operand.m_array[j].m_role; 328else if (operand.m_array[j].m_role == null || 329this.m_array[i].m_role == null || 330this.m_array[i].m_role.Equals( operand.m_array[j].m_role)) 340idrole.m_role = operand.m_array[j].m_role == null ? this.m_array[i].m_role : operand.m_array[j].m_role; 490if (m_array[i].m_role == null) { 500foundMatch = principal.IsInRole(m_array[i].m_role);