12 references to Unicode
System.Runtime.Serialization (12)
System\Xml\ValueHandle.cs (6)
153case ValueHandleType.Unicode: 197case ValueHandleType.Unicode: 515case ValueHandleType.Unicode: 650case ValueHandleType.Unicode: 704if (type == ValueHandleType.Unicode) 866Fx.Assert(type == ValueHandleType.Unicode, "");
System\Xml\XmlBinaryReader.cs (5)
946ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Unicode, length); 950ReadText(MoveToComplexText(), ValueHandleType.Unicode, length); 968ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Unicode, length); 970ReadText(MoveToComplexText(), ValueHandleType.Unicode, length); 994MoveToComplexText().Value.SetValue(ValueHandleType.Unicode, offset, actual);
System\Xml\XmlBufferReader.cs (1)
1369ReadValue(value, ValueHandleType.Unicode, length);