7 writes to m_flags
System (7)
security\system\security\permissions\typedescriptorpermission.cs (7)
58m_flags = flag; 65m_flags = TypeDescriptorPermissionFlags.RestrictedRegistrationAccess; 75m_flags = TypeDescriptorPermissionFlags.NoFlags; 84m_flags = value; 202m_flags = TypeDescriptorPermissionFlags.RestrictedRegistrationAccess; 206m_flags = TypeDescriptorPermissionFlags.NoFlags; 212m_flags = flags;
11 references to m_flags
System (11)
security\system\security\permissions\typedescriptorpermission.cs (11)
89return m_flags; 100return m_flags == TypeDescriptorPermissionFlags.RestrictedRegistrationAccess; 115TypeDescriptorPermissionFlags flag_union = m_flags | operand.m_flags; 130return m_flags == TypeDescriptorPermissionFlags.NoFlags; 135TypeDescriptorPermissionFlags sourceFlag = this.m_flags; 136TypeDescriptorPermissionFlags targetFlag = operand.m_flags; 153TypeDescriptorPermissionFlags flag_intersect = operand.m_flags & this.m_flags; 167return new TypeDescriptorPermission((TypeDescriptorPermissionFlags)m_flags); 183securityElement.AddAttribute("Flags", m_flags.ToString());