2 references to CharTypes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\XmlJsonReader.cs (2)
1068
if ((
CharTypes
[currentCharacter] & CharType.FirstName) == 0)
1077
if ((
CharTypes
[currentCharacter] & CharType.Name) == 0 || currentCharacter >= 0x80)