7 references to Chars8Text
System.Private.DataContractSerialization (7)
System\Xml\XmlBinaryNodeType.cs (1)
254
Chars8TextWithEndElement =
Chars8Text
+ 1,
System\Xml\XmlBinaryReader.cs (1)
567
case XmlBinaryNodeType.
Chars8Text
:
System\Xml\XmlBinaryWriter.cs (4)
87
Debug.Assert(nodeType == XmlBinaryNodeType.
Chars8Text
|| nodeType == XmlBinaryNodeType.Bytes8Text || nodeType == XmlBinaryNodeType.UnicodeChars8Text);
623
WriteTextNodeWithLength(XmlBinaryNodeType.
Chars8Text
, charCount);
658
buffer[offset] = (byte)XmlBinaryNodeType.
Chars8Text
;
680
WriteTextNodeWithLength(XmlBinaryNodeType.
Chars8Text
, byteCount);
System\Xml\XmlBufferReader.cs (1)
1108
case XmlBinaryNodeType.
Chars8Text
: