1 write to Contract
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
801
this.
Contract
= contract;
3 references to Contract
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (3)
808
if (key != null && key.MessageDescription == this.MessageDescription && key.
Contract
== this.
Contract
)
815
return this.
Contract
.GetHashCode() ^ this.MessageDescription.GetHashCode();