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