7 references to TimeSpanTextWithEndElement
System.Runtime.Serialization (7)
System\Xml\XmlBinaryReader.cs (6)
268
if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.
TimeSpanTextWithEndElement
)
698
case XmlBinaryNodeType.
TimeSpanTextWithEndElement
:
1120
case XmlBinaryNodeType.
TimeSpanTextWithEndElement
:
1202
case XmlBinaryNodeType.
TimeSpanTextWithEndElement
:
1528
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
TimeSpanTextWithEndElement
))
1535
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
TimeSpanTextWithEndElement
))
System\Xml\XmlBinaryWriter.cs (1)
937
WriteArrayInfo(XmlBinaryNodeType.
TimeSpanTextWithEndElement
, count);