2 writes to _wsRules
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
42_wsRules = factory.LiteralObject(new List<WhitespaceRule>()); 83case 2: _wsRules = value; break;
3 references to _wsRules
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
682 => _wsRules, 135get { return (IList<WhitespaceRule>)((QilLiteral)_wsRules).Value!; } 136set { ((QilLiteral)_wsRules).Value = value; }