2 writes to correlationKey
System.ServiceModel (2)
System\ServiceModel\Channels\CorrelationMessageProperty.cs (2)
41
this.
correlationKey
= correlationKey;
158
this.
correlationKey
= value;
2 references to correlationKey
System.ServiceModel (2)
System\ServiceModel\Channels\CorrelationMessageProperty.cs (2)
89
get { return this.
correlationKey
; }
153
return this.
correlationKey
;