8 references to SetCharValue
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\Json\XmlJsonReader.cs (4)
1224
MoveToAtomicText().Value.
SetCharValue
(charValue);
1232
MoveToComplexText().Value.
SetCharValue
(charValue);
1272
MoveToAtomicText().Value.
SetCharValue
(ch);
1280
MoveToComplexText().Value.
SetCharValue
(ch);
System\Xml\XmlUTF8TextReader.cs (4)
1283
MoveToWhitespaceText().Value.
SetCharValue
(ch);
1285
MoveToComplexText().Value.
SetCharValue
(ch);
1364
MoveToComplexText().Value.
SetCharValue
('\n');
1378
MoveToComplexText().Value.
SetCharValue
(']'); // Need to get past the ']' and keep going.