1 write to _whitespaceTextNode
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
219_whitespaceTextNode ??= new XmlWhitespaceTextNode(_bufferReader);
4 references to _whitespaceTextNode
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseReader.cs (4)
221_whitespaceTextNode.NodeType = XmlNodeType.SignificantWhitespace; 223_whitespaceTextNode.NodeType = XmlNodeType.Whitespace; 224MoveToNode(_whitespaceTextNode); 225return _whitespaceTextNode;