4 references to DecimalText
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryNodeType.cs (1)
252DecimalTextWithEndElement = DecimalText + 1,
System\Xml\XmlBinaryWriter.cs (2)
773WriteTextNodeRaw(XmlBinaryNodeType.DecimalText, d); 782span[0] = (byte)XmlBinaryNodeType.DecimalText;
System\Xml\XmlBufferReader.cs (1)
1146case XmlBinaryNodeType.DecimalText: