3 references to OwnerType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (2)
63return ReferenceEquals(this, that) || (that != null && that.Matches(_localId, this.OwnerType)); 85return string.Format(CultureInfo.InvariantCulture, "LocalIdKeyIdentifierClause(LocalId = '{0}', Owner = '{1}')", this.LocalId, this.OwnerType);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
388return localClause.OwnerType;