8 references to DecimalTextWithEndElement
System.Runtime.Serialization (8)
System\Xml\XmlBinaryReader.cs (6)
240if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.DecimalTextWithEndElement) 674case XmlBinaryNodeType.DecimalTextWithEndElement: 1118case XmlBinaryNodeType.DecimalTextWithEndElement: 1193case XmlBinaryNodeType.DecimalTextWithEndElement: 1447if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.DecimalTextWithEndElement)) 1454if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.DecimalTextWithEndElement))
System\Xml\XmlBinaryWriter.cs (2)
1541UnsafeWriteArray(prefix, localName, namespaceUri, XmlBinaryNodeType.DecimalTextWithEndElement, count, (byte*)items, (byte*)&items[count]); 1561UnsafeWriteArray(prefix, localName, namespaceUri, XmlBinaryNodeType.DecimalTextWithEndElement, count, (byte*)items, (byte*)&items[count]);