8 writes to textNodeOffset
System.Runtime.Serialization (8)
System\Xml\XmlBinaryWriter.cs (8)
49
this.
textNodeOffset
= -1;
56
textNodeOffset
= -1;
72
textNodeOffset
= this.BufferOffset - 1;
80
textNodeOffset
= offset;
231
textNodeOffset
= -1;
309
textNodeOffset
= -1;
712
textNodeOffset
= offset;
972
textNodeOffset
= -1;
3 references to textNodeOffset
System.Runtime.Serialization (3)
System\Xml\XmlBinaryWriter.cs (3)
225
if (
textNodeOffset
!= -1)
228
XmlBinaryNodeType nodeType = (XmlBinaryNodeType)buffer[
textNodeOffset
];
230
buffer[
textNodeOffset
] = (byte)(nodeType + 1);