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