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