1 write to _remoteAddress
System.ServiceModel.Primitives (1)
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
23_remoteAddress = remoteAddress;
8 references to _remoteAddress
System.ServiceModel.Primitives (8)
System\ServiceModel\ProgrammaticEndpointTrait.cs (8)
37if (_remoteAddress != trait1._remoteAddress) 54Fx.Assert(_remoteAddress != null, "remoteAddress should not be null."); 55hashCode ^= _remoteAddress.GetHashCode(); 74Fx.Assert(_remoteAddress != null, "remoteAddress should not be null."); 77return new DuplexChannelFactory<TChannel>(_callbackInstance, _binding, _remoteAddress); 82Fx.Assert(_remoteAddress != null, "remoteAddress should not be null."); 85return new ChannelFactory<TChannel>(_binding, _remoteAddress);