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)
52get { return _localId; } 63return ReferenceEquals(this, that) || (that != null && that.Matches(_localId, this.OwnerType)); 70if (_localId != localId)