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); 76foreach (InternalWhitespaceRule rule in _wildcards) 99for (int pos = _wildcards.Count; pos-- != 0;) 101wildcardRule = _wildcards[pos] as InternalWhitespaceRule;