1 write to whitespaceTextNode
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
255
whitespaceTextNode
= new XmlWhitespaceTextNode(bufferReader);
5 references to whitespaceTextNode
System.Runtime.Serialization (5)
System\Xml\XmlBaseReader.cs (5)
253
if (
whitespaceTextNode
== null)
258
whitespaceTextNode
.NodeType = XmlNodeType.SignificantWhitespace;
260
whitespaceTextNode
.NodeType = XmlNodeType.Whitespace;
261
MoveToNode(
whitespaceTextNode
);
262
return
whitespaceTextNode
;