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