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