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)
242
if (
_whitespaceTextNode
== null)
247
_whitespaceTextNode
.NodeType = XmlNodeType.SignificantWhitespace;
249
_whitespaceTextNode
.NodeType = XmlNodeType.Whitespace;
250
MoveToNode(
_whitespaceTextNode
);
251
return
_whitespaceTextNode
;