1 write to _localId
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
46
_localId
= localId;
3 references to _localId
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (3)
52
get { return
_localId
; }
63
return ReferenceEquals(this, that) || (that != null && that.Matches(
_localId
, this.OwnerType));
70
if (
_localId
!= localId)