12 references to Unicode
dotnet-svcutil-lib (12)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (6)
153case ValueHandleType.Unicode: 197case ValueHandleType.Unicode: 514case ValueHandleType.Unicode: 602case ValueHandleType.Unicode: 656if (_type == ValueHandleType.Unicode) 817DiagnosticUtility.DebugAssert(_type == ValueHandleType.Unicode, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (5)
916ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Unicode, length); 920ReadText(MoveToComplexText(), ValueHandleType.Unicode, length); 938ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Unicode, length); 940ReadText(MoveToComplexText(), ValueHandleType.Unicode, length); 964MoveToComplexText().Value.SetValue(ValueHandleType.Unicode, offset, actual);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1341ReadValue(value, ValueHandleType.Unicode, length);