3 writes to _whitespaceRules
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (3)
43
_whitespaceRules
= whitespaceRules;
60
_whitespaceRules
= copy._whitespaceRules;
95
_whitespaceRules
= new WhitespaceRule[length];
6 references to _whitespaceRules
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (6)
60
_whitespaceRules = copy.
_whitespaceRules
;
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
; }