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