1 write to _binding
System.ServiceModel.Primitives (1)
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
22_binding = binding;
8 references to _binding
System.ServiceModel.Primitives (8)
System\ServiceModel\ProgrammaticEndpointTrait.cs (8)
40if (!ReferenceEquals(_binding, trait1._binding)) 58Fx.Assert(_binding != null, "binding should not be null."); 59hashCode ^= _binding.GetHashCode(); 75Fx.Assert(_binding != null, "binding should not be null."); 77return new DuplexChannelFactory<TChannel>(_callbackInstance, _binding, _remoteAddress); 83Fx.Assert(_binding != null, "binding should not be null."); 85return new ChannelFactory<TChannel>(_binding, _remoteAddress);