5 references to OneText
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
244OneTextWithEndElement = OneText + 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
478WriteTextNode(XmlBinaryNodeType.OneText); 694WriteTextNode(XmlBinaryNodeType.OneText);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1241case XmlBinaryNodeType.OneText:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
976this.AppendNode(XmlBinaryNodeType.OneText);