2 writes to wsRules
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilExpression.cs (2)
55
this.
wsRules
= factory.LiteralObject(new List<WhitespaceRule>());
90
case 2: this.
wsRules
= value; break;
3 references to wsRules
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilExpression.cs (3)
77
case 2: return this.
wsRules
;
137
get { return (IList<WhitespaceRule>) ((QilLiteral) this.
wsRules
).Value; }
138
set { ((QilLiteral) this.
wsRules
).Value = value; }