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