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;
224
MoveToNode(
_whitespaceTextNode
);
225
return
_whitespaceTextNode
;