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