3 references to Bytes32TextWithEndElement
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (3)
309
case XmlBinaryNodeType.
Bytes32TextWithEndElement
:
625
case XmlBinaryNodeType.
Bytes32TextWithEndElement
:
990
XmlBinaryNodeType nodeType = (withEndElement ? XmlBinaryNodeType.
Bytes32TextWithEndElement
: XmlBinaryNodeType.Bytes32Text);