9 references to Chars8Text
dotnet-svcutil-lib (9)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
255
Chars8TextWithEndElement =
Chars8Text
+ 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
553
case XmlBinaryNodeType.
Chars8Text
:
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (4)
85
DiagnosticUtility.DebugAssert(nodeType == XmlBinaryNodeType.
Chars8Text
|| nodeType == XmlBinaryNodeType.Bytes8Text || nodeType == XmlBinaryNodeType.UnicodeChars8Text, "");
670
WriteTextNodeWithLength(XmlBinaryNodeType.
Chars8Text
, charCount);
710
buffer[offset] = (byte)XmlBinaryNodeType.
Chars8Text
;
732
WriteTextNodeWithLength(XmlBinaryNodeType.
Chars8Text
, byteCount);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1253
case XmlBinaryNodeType.
Chars8Text
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
980
this.AppendNode(XmlBinaryNodeType.
Chars8Text
);
990
this.AppendNode(XmlBinaryNodeType.
Chars8Text
);