1 write to Binding
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
1234this.Binding = binding;
3 references to Binding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (3)
1240if (key != null && key.Binding == this.Binding && key.Contract == this.Contract) 1247return this.Contract.GetHashCode() ^ this.Binding.GetHashCode();