5 writes to transientCorrelations
System.ServiceModel (5)
System\ServiceModel\Channels\CorrelationMessageProperty.cs (5)
65this.transientCorrelations = emptyInstanceKeyList; 69this.transientCorrelations = transientCorrelations as ReadOnlyCollection<InstanceKey>; 77this.transientCorrelations = new ReadOnlyCollection<InstanceKey>(transientCorrelationsList); 112this.transientCorrelations = emptyInstanceKeyList; 200this.transientCorrelations = new ReadOnlyCollection<InstanceKey>(value);
3 references to transientCorrelations
System.ServiceModel (3)
System\ServiceModel\Channels\CorrelationMessageProperty.cs (3)
70if (this.transientCorrelations == null) 110if (this.transientCorrelations == null) 114return this.transientCorrelations;