1 write to wildcards
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
29this.wildcards = new ArrayList();
4 references to wildcards
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (4)
47this.wildcards.Add(ruleInternal); 70foreach (InternalWhitespaceRule rule in this.wildcards) 92for (int pos = this.wildcards.Count; pos-- != 0;) { 93wildcardRule = this.wildcards[pos] as InternalWhitespaceRule;