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