2 references to charType
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\XmlJsonReader.cs (2)
1148
if ((
charType
[currentCharacter] & CharType.FirstName) == 0)
1157
if ((
charType
[currentCharacter] & CharType.Name) == 0 || currentCharacter >= 0x80)