2 writes to _binding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (2)
41_binding = binding; 73set { _binding = value; }
2 references to _binding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceEndpoint.cs (2)
72get { return _binding; } 103else if (_binding != null)