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); 105if (_shouldStrip) 127if (_shouldStrip)