7 references to DateTimeTextWithEndElement
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (6)
228
if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.
DateTimeTextWithEndElement
)
673
case XmlBinaryNodeType.
DateTimeTextWithEndElement
:
1089
case XmlBinaryNodeType.
DateTimeTextWithEndElement
:
1166
case XmlBinaryNodeType.
DateTimeTextWithEndElement
:
1458
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
DateTimeTextWithEndElement
))
1465
if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.
DateTimeTextWithEndElement
))
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
955
WriteArrayInfo(XmlBinaryNodeType.
DateTimeTextWithEndElement
, count);