3 writes to contextStore
System.ServiceModel (3)
System\ServiceModel\Channels\ContextMessageProperty.cs (3)
22this.contextStore = new ContextDictionary(); 32this.contextStore = new ContextDictionary(context); 58context.contextStore = ContextDictionary.Empty;
1 reference to contextStore
System.ServiceModel (1)
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
47return this.contextStore;