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