2 writes to whitespaceRules
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
43
this.
whitespaceRules
= whitespaceRules;
92
this.
whitespaceRules
= new WhitespaceRule[length];
5 references to whitespaceRules
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (5)
94
this.
whitespaceRules
[idx] = new WhitespaceRule(dataReader);
183
if (this.
whitespaceRules
== null) {
187
dataWriter.Write(this.
whitespaceRules
.Count);
188
foreach (WhitespaceRule rule in this.
whitespaceRules
) {
294
get { return this.
whitespaceRules
; }