8 references to DecimalTextWithEndElement
System.Private.DataContractSerialization (8)
System\Xml\XmlBinaryReader.cs (6)
226if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DecimalTextWithEndElement) 660case XmlBinaryNodeType.DecimalTextWithEndElement: 1108case XmlBinaryNodeType.DecimalTextWithEndElement: 1183case XmlBinaryNodeType.DecimalTextWithEndElement: 1386if (BitConverter.IsLittleEndian && IsStartArray(localName, namespaceUri, XmlBinaryNodeType.DecimalTextWithEndElement)) 1393if (BitConverter.IsLittleEndian && IsStartArray(localName, namespaceUri, XmlBinaryNodeType.DecimalTextWithEndElement))
System\Xml\XmlBinaryWriter.cs (2)
953WriteArray(XmlBinaryNodeType.DecimalTextWithEndElement, items.Length, MemoryMarshal.AsBytes(items)); 958WriteArrayInfo(XmlBinaryNodeType.DecimalTextWithEndElement, items.Length);