2 writes to Port
System.ServiceModel (2)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
319this.comparand.Port = this.baseAddress.Port; 325this.comparand.Port = TcpUri.DefaultPort;
4 references to Port
System.ServiceModel (4)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (4)
222other.comparand.Port != this.comparand.Port) 322if ((this.comparand.Port == -1) && ((object)this.comparand.Scheme == (object)Uri.UriSchemeNetTcp)) 327this.hashCode = this.comparand.Address.GetHashCode() ^ this.comparand.Port ^ (int)this.HostNameComparisonMode;