1 write to Contract
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
1235
this.
Contract
= contract;
3 references to Contract
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();