26 references to SetValue
System.Runtime.Serialization (26)
System\Runtime\Serialization\Json\XmlJsonReader.cs (9)
618
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, 5);
639
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, 4);
803
this.Node.Value.
SetValue
(ValueHandleType.UTF8, 0, 0);
1413
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1418
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1458
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1473
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1544
attribute.Value.
SetValue
(ValueHandleType.UTF8, offset, BufferReader.Offset - 1 - offset);
1590
attribute.Value.
SetValue
(ValueHandleType.UTF8, elementNode.NameOffset, elementNode.NameLength);
System\Xml\ValueHandle.cs (3)
114
SetValue
(ValueHandleType.Dictionary, key, 0);
119
SetValue
(ValueHandleType.Char, ch, 0);
124
SetValue
(ValueHandleType.QName, key, prefix);
System\Xml\XmlBinaryReader.cs (4)
879
textNode.Value.
SetValue
(type, offset, length);
929
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, actual);
994
MoveToComplexText().Value.
SetValue
(ValueHandleType.Unicode, offset, actual);
1050
value.
SetValue
(ValueHandleType.UTF8, offset, length);
System\Xml\XmlBufferReader.cs (2)
1362
value.
SetValue
(type, offset, length);
1391
value.
SetValue
(ValueHandleType.List, offset, count);
System\Xml\XmlUTF8TextReader.cs (8)
412
declarationNode.Value.
SetValue
(ValueHandleType.UTF8, valueOffset, valueLength);
600
attributeNode.Value.
SetValue
((escaped ? ValueHandleType.EscapedUTF8 : ValueHandleType.UTF8), valueOffset, valueLength);
608
attributeNode.Value.
SetValue
((escaped ? ValueHandleType.EscapedUTF8 : ValueHandleType.UTF8), valueOffset, valueLength);
802
MoveToComment().Value.
SetValue
(ValueHandleType.UTF8, commentOffset, commentLength);
844
MoveToCData().Value.
SetValue
(ValueHandleType.UTF8, cdataOffset, cdataLength);
884
MoveToWhitespaceText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1031
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1035
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);