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