1 write to _wildcards
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
117
_wildcards
??= new Dictionary<string, int>();
8 references to _wildcards
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
119
if (!
_wildcards
.TryGetValue(wildcard, out int lookup))
121
_wildcards
.Add(wildcard, _last);
145
if (
_wildcards
!= null)
147
foreach (KeyValuePair<string, int> wildcard in
_wildcards
)
176
if (
_wildcards
!= null &&
_wildcards
.TryGetValue(name.Namespace, out int lookup))
211
if (
_wildcards
!= null)
213
foreach (KeyValuePair<string, int> wildcard in
_wildcards
)