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