3 writes to host
System.ServiceModel (3)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (3)
721this.host = host; 741this.host = null; 894this.host = null;
5 references to host
System.ServiceModel (5)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (5)
747IPeerNeighbor neighbor = host; 758IPeerNeighbor neighbor = host; 761Fx.Assert(host != null, "Cannot initiate security handshake without a host!"); 815IPeerNeighbor neighbor = host; 879neighbor = this.host;