2 writes to claimComparer
System.ServiceModel (2)
System\ServiceModel\EndpointIdentity.cs (2)
52
this.
claimComparer
= claimComparer;
189
this.
claimComparer
= Claim.DefaultComparer;
2 references to claimComparer
System.ServiceModel (2)
System\ServiceModel\EndpointIdentity.cs (2)
188
if (this.
claimComparer
== null)
191
return this.
claimComparer
;