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