14 writes to m_Unrestricted
mscorlib (14)
system\security\permissionset.cs (14)
190m_Unrestricted = true; 225m_Unrestricted = permSet.m_Unrestricted; 275m_Unrestricted = false; 298m_Unrestricted = false; 435m_Unrestricted = false; 527m_Unrestricted = unrestricted; 935this.m_Unrestricted = this.m_Unrestricted && other.m_Unrestricted; 1091pset.m_Unrestricted = this.m_Unrestricted && other.m_Unrestricted; 1116this.m_Unrestricted = this.m_Unrestricted || other.m_Unrestricted; 1248pset.m_Unrestricted = this.m_Unrestricted || other.m_Unrestricted; 1642permSetTemp.m_Unrestricted = this.m_Unrestricted; 1767m_Unrestricted = XMLUtil.IsUnrestricted( et ); 1870m_Unrestricted = strUnrestricted.Equals( "True" ) || strUnrestricted.Equals( "true" ) || strUnrestricted.Equals( "TRUE" ); 1872m_Unrestricted = false;
37 references to m_Unrestricted
mscorlib (37)
system\security\permissionset.cs (37)
225m_Unrestricted = permSet.m_Unrestricted; 320if (m_Unrestricted) 343if (m_Unrestricted) 537return m_Unrestricted; 590if (target.m_Unrestricted) 662if(this.m_Unrestricted && deniedSet.m_Unrestricted) 673if (deniedSet.m_Unrestricted) 685if(this.m_Unrestricted) 935this.m_Unrestricted = this.m_Unrestricted && other.m_Unrestricted; 1020if (this.m_Unrestricted) 1046if (other.m_Unrestricted) 1091pset.m_Unrestricted = this.m_Unrestricted && other.m_Unrestricted; 1116this.m_Unrestricted = this.m_Unrestricted || other.m_Unrestricted; 1118if (this.m_Unrestricted) 1190if (((token.m_type & PermissionTokenType.IUnrestricted) == 0) || !this.m_Unrestricted) 1248pset.m_Unrestricted = this.m_Unrestricted || other.m_Unrestricted; 1249if (pset.m_Unrestricted) 1308if (((token.m_type & PermissionTokenType.IUnrestricted) == 0) || !pset.m_Unrestricted) 1327if (((token.m_type & PermissionTokenType.IUnrestricted) == 0) || !pset.m_Unrestricted) 1383if (thisPerm == null && !this.m_Unrestricted) { 1402if (m_Unrestricted) 1431if (this.m_Unrestricted != other.m_Unrestricted) 1476accumulator = this.m_Unrestricted ? -1 : 0; 1642permSetTemp.m_Unrestricted = this.m_Unrestricted; 1846if(m_Unrestricted && objectToInsert is IPermission) 1956if(m_Unrestricted && objectToInsert is IPermission) 2110if(m_Unrestricted) 2166if (m_Unrestricted) 2175if (!m_Unrestricted) 2187if (m_Unrestricted) 2203if (!m_Unrestricted)