4 instantiations of ContextDictionary
System.ServiceModel (4)
System\ServiceModel\Channels\ContextAddressHeader.cs (1)
19this.context = new ContextDictionary(context);
System\ServiceModel\Channels\ContextDictionary.cs (1)
53ContextDictionary localEmpty = new ContextDictionary();
System\ServiceModel\Channels\ContextMessageProperty.cs (2)
22this.contextStore = new ContextDictionary(); 32this.contextStore = new ContextDictionary(context);
7 references to ContextDictionary
System.ServiceModel (7)
System\ServiceModel\Channels\ContextAddressHeader.cs (1)
13ContextDictionary context;
System\ServiceModel\Channels\ContextDictionary.cs (4)
16static ContextDictionary empty; 31bool ignoreValidation = context is ContextDictionary; 47internal static ContextDictionary Empty 53ContextDictionary localEmpty = new ContextDictionary();
System\ServiceModel\Channels\ContextMessageHeader.cs (1)
135if (string.IsNullOrEmpty(propertyName) || !ContextDictionary.TryValidateKeyValueSpace(propertyName))
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
58context.contextStore = ContextDictionary.Empty;