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