2 references to Matches
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
60return ReferenceEquals(this, that) || (that != null && that.Matches(LocalId, OwnerType));
System\IdentityModel\Tokens\SecurityToken.cs (1)
39return localKeyIdentifierClause.Matches(Id, GetType());