2 references to TryValidateKeyValueSpace
System.ServiceModel (2)
System\ServiceModel\Channels\ContextDictionary.cs (1)
224
if (!
TryValidateKeyValueSpace
(key))
System\ServiceModel\Channels\ContextMessageHeader.cs (1)
135
if (string.IsNullOrEmpty(propertyName) || !ContextDictionary.
TryValidateKeyValueSpace
(propertyName))