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