2 instantiations of CorrelationDataSourceHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
374cachedCorrelationDataSource = new CorrelationDataSourceHelper(
System\ServiceModel\Channels\CorrelationDataSourceHelper.cs (1)
50return new CorrelationDataSourceHelper(dataSource1.DataSources, dataSource2.DataSources);
2 references to CorrelationDataSourceHelper
System.ServiceModel (2)
System\ServiceModel\Channels\ContextBindingElement.cs (2)
238correlationData = CorrelationDataSourceHelper.Combine(innerCorrelationData, ContextExchangeCorrelationDataDescription.DataSource); 362static CorrelationDataSourceHelper cachedCorrelationDataSource;