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