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