26 references to SetValue
System.Private.DataContractSerialization (26)
System\Runtime\Serialization\Json\XmlJsonReader.cs (9)
614
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, 5);
635
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, 4);
765
this.Node.Value.
SetValue
(ValueHandleType.UTF8, 0, 0);
1333
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1338
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1378
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1393
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1464
attribute.Value.
SetValue
(ValueHandleType.UTF8, offset, BufferReader.Offset - 1 - offset);
1510
attribute.Value.
SetValue
(ValueHandleType.UTF8, elementNode.NameOffset, elementNode.NameLength);
System\Xml\ValueHandle.cs (3)
101
SetValue
(ValueHandleType.Dictionary, key, 0);
106
SetValue
(ValueHandleType.Char, ch, 0);
111
SetValue
(ValueHandleType.QName, key, prefix);
System\Xml\XmlBinaryReader.cs (4)
866
textNode.Value.
SetValue
(type, offset, length);
916
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, actual);
981
MoveToComplexText().Value.
SetValue
(ValueHandleType.Unicode, offset, actual);
1040
value.
SetValue
(ValueHandleType.UTF8, offset, length);
System\Xml\XmlBufferReader.cs (2)
1189
value.
SetValue
(type, offset, length);
1215
value.
SetValue
(ValueHandleType.List, offset, count);
System\Xml\XmlUTF8TextReader.cs (8)
651
declarationNode.Value.
SetValue
(ValueHandleType.UTF8, valueOffset, valueLength);
838
attributeNode.Value.
SetValue
((escaped ? ValueHandleType.EscapedUTF8 : ValueHandleType.UTF8), valueOffset, valueLength);
846
attributeNode.Value.
SetValue
((escaped ? ValueHandleType.EscapedUTF8 : ValueHandleType.UTF8), valueOffset, valueLength);
1040
MoveToComment().Value.
SetValue
(ValueHandleType.UTF8, commentOffset, commentLength);
1082
MoveToCData().Value.
SetValue
(ValueHandleType.UTF8, cdataOffset, cdataLength);
1122
MoveToWhitespaceText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1266
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1270
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);