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