15 references to comparand
System.ServiceModel (15)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (15)
222
other.
comparand
.Port != this.
comparand
.Port)
226
if (!object.ReferenceEquals(other.
comparand
.Scheme, this.
comparand
.Scheme))
230
return this.
comparand
.Address.Equals(other.
comparand
.Address);
311
this.
comparand
.Address = this.baseAddress.ToString();
316
this.
comparand
.Address = this.baseAddress.GetComponents(UriComponents.Path | UriComponents.KeepDelimiter, UriFormat.UriEscaped);
319
this.
comparand
.Port = this.baseAddress.Port;
320
this.
comparand
.Scheme = this.baseAddress.Scheme;
322
if ((this.
comparand
.Port == -1) && ((object)this.
comparand
.Scheme == (object)Uri.UriSchemeNetTcp))
325
this.
comparand
.Port = TcpUri.DefaultPort;
327
this.hashCode = this.
comparand
.Address.GetHashCode() ^ this.
comparand
.Port ^ (int)this.HostNameComparisonMode;