3 writes to xmlspacePreserve
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
341
this.
xmlspacePreserve
= false;
2356
this.
xmlspacePreserve
= (XmlSpace.Preserve == xs);
2745
this.
xmlspacePreserve
= this.elementStack[index].xmlspacePreserve;
4 references to xmlspacePreserve
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
2593
else if (this.ignoreWhitespace && !this.
xmlspacePreserve
)
2698
this.elementStack[this.elemDepth].Set(qname, this.
xmlspacePreserve
);
3106
return this.
xmlspacePreserve
? XmlNodeType.SignificantWhitespace : XmlNodeType.Whitespace;
3160
if (this.
xmlspacePreserve
)