12 references to Unicode
System.Private.DataContractSerialization (12)
System\Xml\ValueHandle.cs (6)
138case ValueHandleType.Unicode: 182case ValueHandleType.Unicode: 501case ValueHandleType.Unicode: 638case ValueHandleType.Unicode: 692if (_type == ValueHandleType.Unicode) 852Debug.Assert(_type == ValueHandleType.Unicode);
System\Xml\XmlBinaryReader.cs (5)
933ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Unicode, length); 937ReadText(MoveToComplexText(), ValueHandleType.Unicode, length); 955ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Unicode, length); 957ReadText(MoveToComplexText(), ValueHandleType.Unicode, length); 981MoveToComplexText().Value.SetValue(ValueHandleType.Unicode, offset, actual);
System\Xml\XmlBufferReader.cs (1)
1196ReadValue(value, ValueHandleType.Unicode, length);