1 write to localId
System.IdentityModel (1)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
45
this.
localId
= localId;
3 references to localId
System.IdentityModel (3)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (3)
51
get { return this.
localId
; }
65
return ReferenceEquals(this, that) || (that != null && that.Matches(this.
localId
, this.OwnerType));
72
if (this.
localId
!= localId)