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