3 references to DecimalText
System.Runtime.Serialization (3)
System\Xml\XmlBinaryNodeType.cs (1)
252DecimalTextWithEndElement = DecimalText + 1,
System\Xml\XmlBinaryWriter.cs (1)
828buffer[offset++] = (byte)XmlBinaryNodeType.DecimalText;
System\Xml\XmlBufferReader.cs (1)
1317case XmlBinaryNodeType.DecimalText: