2 references to Matches
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
63return ReferenceEquals(this, that) || (that != null && that.Matches(_localId, this.OwnerType));
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityToken.cs (1)
35return localKeyIdentifierClause.Matches(this.Id, this.GetType());