2 writes to _whitespaceRules
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
43
_whitespaceRules
= whitespaceRules;
95
_whitespaceRules
= new WhitespaceRule[length];
5 references to _whitespaceRules
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (5)
98
_whitespaceRules
[idx] = new WhitespaceRule(dataReader);
203
if (
_whitespaceRules
== null)
209
dataWriter.Write(
_whitespaceRules
.Count);
210
foreach (WhitespaceRule rule in
_whitespaceRules
)
341
get { return
_whitespaceRules
; }