3 writes to _shouldStrip
System.Private.Xml (3)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (3)
53
_shouldStrip
= false;
90
_shouldStrip
= _wsRules.ShouldStripSpace(base.LocalName, base.NamespaceURI) && (base.XmlSpace != XmlSpace.Preserve);
96
_shouldStrip
= _stkStrip.PopBit();
3 references to _shouldStrip
System.Private.Xml (3)
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (3)
87
_stkStrip.PushBit(
_shouldStrip
);
105
if (
_shouldStrip
)
127
if (
_shouldStrip
)