6 references to Bytes8Text
System.Private.DataContractSerialization (6)
System\Xml\XmlBinaryNodeType.cs (1)
257
Bytes8TextWithEndElement =
Bytes8Text
+ 1,
System\Xml\XmlBinaryReader.cs (2)
329
case XmlBinaryNodeType.
Bytes8Text
:
621
case XmlBinaryNodeType.
Bytes8Text
:
System\Xml\XmlBinaryWriter.cs (2)
87
Debug.Assert(nodeType == XmlBinaryNodeType.Chars8Text || nodeType == XmlBinaryNodeType.
Bytes8Text
|| nodeType == XmlBinaryNodeType.UnicodeChars8Text);
526
WriteTextNodeWithLength(XmlBinaryNodeType.
Bytes8Text
, length);
System\Xml\XmlBufferReader.cs (1)
1126
case XmlBinaryNodeType.
Bytes8Text
: