1 write to Binding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
1236
this.
Binding
= binding;
3 references to Binding
System.ServiceModel (3)
System\ServiceModel\Description\WsdlExporter.cs (3)
1242
if (key != null && key.
Binding
== this.
Binding
&& key.Contract == this.Contract)
1249
return this.Contract.GetHashCode() ^ this.
Binding
.GetHashCode();