6 writes to unrestricted
System.Transactions (6)
System\Transactions\DistributedTransactionPermission.cs (6)
18unrestricted = true; 22unrestricted = false; 41copy.unrestricted = true; 45copy.unrestricted = false; 156this.unrestricted = Convert.ToBoolean(element, CultureInfo.InvariantCulture); 160this.unrestricted = false;
5 references to unrestricted
System.Transactions (5)
System\Transactions\DistributedTransactionPermission.cs (5)
28return unrestricted; 99return !this.unrestricted; 106if ( !this.unrestricted ) 113if ( passedPermission.unrestricted ) 137element.AddAttribute("Unrestricted", unrestricted.ToString());