7 references to TimeSpanTextWithEndElement
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (6)
242if (CanOptimizeReadElementContent() && GetNodeType() == XmlBinaryNodeType.TimeSpanTextWithEndElement) 670case XmlBinaryNodeType.TimeSpanTextWithEndElement: 1090case XmlBinaryNodeType.TimeSpanTextWithEndElement: 1172case XmlBinaryNodeType.TimeSpanTextWithEndElement: 1512if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.TimeSpanTextWithEndElement)) 1519if (IsStartArray(localName, namespaceUri, XmlBinaryNodeType.TimeSpanTextWithEndElement))
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
974WriteArrayInfo(XmlBinaryNodeType.TimeSpanTextWithEndElement, count);