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