7 references to Chars8Text
System.Runtime.Serialization (7)
System\Xml\XmlBinaryNodeType.cs (1)
254
Chars8TextWithEndElement =
Chars8Text
+ 1,
System\Xml\XmlBinaryReader.cs (1)
581
case XmlBinaryNodeType.
Chars8Text
:
System\Xml\XmlBinaryWriter.cs (4)
86
Fx.Assert(nodeType == XmlBinaryNodeType.
Chars8Text
|| nodeType == XmlBinaryNodeType.Bytes8Text || nodeType == XmlBinaryNodeType.UnicodeChars8Text, "");
668
WriteTextNodeWithLength(XmlBinaryNodeType.
Chars8Text
, charCount);
705
buffer[offset] = (byte)XmlBinaryNodeType.
Chars8Text
;
727
WriteTextNodeWithLength(XmlBinaryNodeType.
Chars8Text
, byteCount);
System\Xml\XmlBufferReader.cs (1)
1281
case XmlBinaryNodeType.
Chars8Text
: