1 write to _wildcards
System.Private.Xml (1)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
29
_wildcards
= new ArrayList();
4 references to _wildcards
System.Private.Xml (4)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (4)
50
_wildcards
.Add(ruleInternal);
76
foreach (InternalWhitespaceRule rule in
_wildcards
)
99
for (int pos =
_wildcards
.Count; pos-- != 0;)
101
wildcardRule =
_wildcards
[pos] as InternalWhitespaceRule;