7 references to TimeSpanTextWithEndElement
System.Private.DataContractSerialization (7)
System\Xml\XmlBinaryReader.cs (6)
254
if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.
TimeSpanTextWithEndElement
)
684
case XmlBinaryNodeType.
TimeSpanTextWithEndElement
:
1110
case XmlBinaryNodeType.
TimeSpanTextWithEndElement
:
1192
case XmlBinaryNodeType.
TimeSpanTextWithEndElement
:
1480
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
TimeSpanTextWithEndElement
))
1487
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
TimeSpanTextWithEndElement
))
System\Xml\XmlBinaryWriter.cs (1)
1004
WriteArrayInfo(XmlBinaryNodeType.
TimeSpanTextWithEndElement
, items.Length);