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