1 write to _whitespaceTextNode
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
244_whitespaceTextNode = new XmlWhitespaceTextNode(_bufferReader);
5 references to _whitespaceTextNode
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (5)
242if (_whitespaceTextNode == null) 247_whitespaceTextNode.NodeType = XmlNodeType.SignificantWhitespace; 249_whitespaceTextNode.NodeType = XmlNodeType.Whitespace; 250MoveToNode(_whitespaceTextNode); 251return _whitespaceTextNode;