1 reference to IsLetterOrDigit
System.ServiceModel (1)
System\ServiceModel\Channels\ContextDictionary.cs (1)
207if (!IsLetterOrDigit(currentCharacter) && currentCharacter != '-' && currentCharacter != '_' && currentCharacter != '.')