1 write to wildcards
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
111wildcards = new Hashtable();
10 references to wildcards
System.Xml (10)
System\Xml\Schema\ContentValidator.cs (10)
110if (wildcards == null) { 113object lookup = wildcards[wildcard]; 115wildcards.Add(wildcard, last); 132if (wildcards != null) { 133foreach(string wildcard in wildcards.Keys) { 135match.Add(wildcards[wildcard]); 154if (wildcards != null) { 155lookup = wildcards[name.Namespace]; 192if (wildcards != null) { 193foreach (DictionaryEntry de in wildcards) {