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