3 writes to disposable
System.IdentityModel (3)
System\IdentityModel\Policy\UnconditionalPolicy.cs (3)
69
this.
disposable
= from.disposable;
91
this.
disposable
= issuance is WindowsClaimSet;
99
this.
disposable
= true;
7 references to disposable
System.IdentityModel (7)
System\IdentityModel\Policy\UnconditionalPolicy.cs (7)
69
this.disposable = from.
disposable
;
70
this.primaryIdentity = from.
disposable
? SecurityUtils.CloneIdentityIfNecessary(from.primaryIdentity) : from.primaryIdentity;
73
this.issuance = from.
disposable
? SecurityUtils.CloneClaimSetIfNecessary(from.issuance) : from.issuance;
77
this.issuances = from.
disposable
? SecurityUtils.CloneClaimSetsIfNecessary(from.issuances) : from.issuances;
180
get { return this.
disposable
; }
186
return (this.
disposable
) ? new UnconditionalPolicy(this) : this;
191
if (this.
disposable
&& !this.disposed)