7 references to DateTimeTextWithEndElement
System.Runtime.Serialization (7)
System\Xml\XmlBinaryReader.cs (6)
254
if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.
DateTimeTextWithEndElement
)
701
case XmlBinaryNodeType.
DateTimeTextWithEndElement
:
1119
case XmlBinaryNodeType.
DateTimeTextWithEndElement
:
1196
case XmlBinaryNodeType.
DateTimeTextWithEndElement
:
1474
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
DateTimeTextWithEndElement
))
1481
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
DateTimeTextWithEndElement
))
System\Xml\XmlBinaryWriter.cs (1)
918
WriteArrayInfo(XmlBinaryNodeType.
DateTimeTextWithEndElement
, count);