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)
1278
MoveToWhitespaceText().Value.
SetCharValue
(ch);
1280
MoveToComplexText().Value.
SetCharValue
(ch);
1359
MoveToComplexText().Value.
SetCharValue
('\n');
1373
MoveToComplexText().Value.
SetCharValue
(']'); // Need to get past the ']' and keep going.